| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Signature | |
|---|---|
| com.jalios.io | Contains Jalios utility I/O classes (stream pumpers, MultiInputStream and miscellaneous utility static methods). | 
| com.jalios.jcms.handler | Contains the javabean classes uses to process HTTP request (aka form handlers). | 
| com.jalios.jcms.plugin | |
| Uses of Signature in com.jalios.io | 
|---|
| Methods in com.jalios.io that return Signature | |
|---|---|
| static Signature | Signature.generate(File dirToSign,
         String name,
         String urid,
         String type,
         String regexp)Generates a new Signature from a given directory | 
| static Signature | Signature.read(File file)Read a signature file and return a map | 
| static Signature | Signature.read(File file,
     boolean readMap) | 
| Methods in com.jalios.io with parameters of type Signature | |
|---|---|
|  void | Signature.add(Signature signature)Put all the map entry of a given signature to this signature | 
| static TreeSet<SignatureDiffEntry> | Signature.diff(Signature base,
     Signature source)Perform a diff between 2 signatures | 
| static TreeSet<SignatureDiff3Entry> | Signature.diff3(Signature base,
      Signature source,
      Signature target)Perform a diff3 between 3 signatures | 
| Constructors in com.jalios.io with parameters of type Signature | |
|---|---|
| Signature(Signature signature)Creates a new Signature | |
| Uses of Signature in com.jalios.jcms.handler | 
|---|
| Fields in com.jalios.jcms.handler declared as Signature | |
|---|---|
| protected  Signature | DeployManagerUpgradeHandler.base | 
| Uses of Signature in com.jalios.jcms.plugin | 
|---|
| Methods in com.jalios.jcms.plugin that return Signature | |
|---|---|
|  Signature | Plugin.getSignature()Returns a Signature of plugin's files | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||