Uses of Class
net.sf.jpkgmk.prototype.PrototypeEntryType

Packages that use PrototypeEntryType
net.sf.jpkgmk.prototype   
 

Uses of PrototypeEntryType in net.sf.jpkgmk.prototype
 

Fields in net.sf.jpkgmk.prototype declared as PrototypeEntryType
static PrototypeEntryType PrototypeEntryType.B
           
static PrototypeEntryType PrototypeEntryType.C
           
static PrototypeEntryType PrototypeEntryType.COMMAND
           
static PrototypeEntryType PrototypeEntryType.COMMENT
           
static PrototypeEntryType PrototypeEntryType.D
           
static PrototypeEntryType PrototypeEntryType.E
           
static PrototypeEntryType PrototypeEntryType.F
           
static PrototypeEntryType PrototypeEntryType.I
           
static PrototypeEntryType PrototypeEntryType.L
           
static PrototypeEntryType PrototypeEntryType.P
           
static PrototypeEntryType PrototypeEntryType.S
           
static PrototypeEntryType PrototypeEntryType.V
           
static PrototypeEntryType[] PrototypeEntryType.VALUES
           
static PrototypeEntryType PrototypeEntryType.X
           
 

Methods in net.sf.jpkgmk.prototype that return PrototypeEntryType
static PrototypeEntryType PrototypeEntryType.findType(java.lang.String key)
           
 PrototypeEntryType PrototypeEntryComment.getType()
           
 PrototypeEntryType PrototypeEntryCommand.getType()
           
 PrototypeEntryType PrototypeEntry.getType()
           
 PrototypeEntryType AbstractPrototypeEntry.getType()
           
static PrototypeEntryType PrototypeParser.resolveType(java.lang.String[] items)
           
 

Methods in net.sf.jpkgmk.prototype with parameters of type PrototypeEntryType
 PrototypeEntryFile PrototypeBuilder.addFile(java.io.File sourceFile, PrototypeEntryType type)
           
 PrototypeEntryFile PrototypeBuilder.addFile(java.io.File sourceFile, PrototypeEntryType type, java.lang.String targetPathForPackage)
           
protected  PrototypeEntryFile PrototypeBuilder.addFileInternal(java.io.File currentFile, java.lang.String filePathOnTarget, java.lang.String owner, java.lang.String group, PermissionProvider permissionProvider, PrototypeEntryType entryType)
           
protected  PrototypeEntry PrototypeEntrySymbolicLink.PrototypeEntrySymbolicLinkParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
           
protected  PrototypeEntry PrototypeEntryPipe.PrototypeEntryPipeParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
           
protected  PrototypeEntry PrototypeEntryLink.PrototypeEntryLinkParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
           
protected  PrototypeEntry PrototypeEntryInfo.PrototypeEntryInfoParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
           
protected  PrototypeEntry PrototypeEntryFile.PrototypeEntryFileParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
           
protected  PrototypeEntry PrototypeEntryDirectory.PrototypeEntryDirectoryParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
           
protected abstract  PrototypeEntry AbstractPrototypeEntryParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
          Invoked by the AbstractPrototypeEntryParser.parse(String, PrototypeEntryCommandDefault) method to parse the items of a line.
protected  PrototypeEntry AbstractPrototypeEntryDevice.AbstractPrototypeEntryDeviceParser.parseItems(java.lang.String[] items, java.lang.Integer part, PrototypeEntryType type, int currentIndex, PrototypeEntryCommandDefault entryCommandDefault)
           
 

Constructors in net.sf.jpkgmk.prototype with parameters of type PrototypeEntryType
AbstractPrototypeEntry(java.lang.Integer part, PrototypeEntryType fileType, java.lang.String fileClass, java.lang.String entryPath, java.lang.String entryPathSource, java.lang.Integer major, java.lang.Integer minor, java.lang.String mode, java.lang.String owner, java.lang.String group, PrototypeEntryCommandDefault entryCommandDefault)
          Full constructor taking all possible arguments
AbstractPrototypeEntry(java.lang.Integer part, PrototypeEntryType fileType, java.lang.String fileClass, java.lang.String entryPath, java.lang.String entryPathSource, java.lang.String mode, java.lang.String owner, java.lang.String group, PrototypeEntryCommandDefault entryCommandDefault)
           
AbstractPrototypeEntry(PrototypeEntryType fileType, java.lang.String entryPath)
          Constructor taking the mandatory arguments to create a prototype file entry
AbstractPrototypeEntry(PrototypeEntryType fileType, java.lang.String entryPath, java.lang.String mode, java.lang.String owner, java.lang.String group)
           
AbstractPrototypeEntry(PrototypeEntryType fileType, java.lang.String fileClass, java.lang.String entryPath, java.lang.String entryPathSource, java.lang.String mode, java.lang.String owner, java.lang.String group, PrototypeEntryCommandDefault entryCommandDefault)
           
AbstractPrototypeEntryDevice(java.lang.Integer part, PrototypeEntryType type, java.lang.String fileClass, java.lang.String entryPath, java.lang.Integer major, java.lang.Integer minor, java.lang.String mode, java.lang.String owner, java.lang.String group, PrototypeEntryCommandDefault entryCommandDefault)
          Full constructor taking all arguments supported for this entry type
PrototypeEntryDirectory(java.lang.Integer part, PrototypeEntryType type, java.lang.String fileClass, java.lang.String entryPath, java.lang.String entryPathSource, java.lang.String mode, java.lang.String owner, java.lang.String group, PrototypeEntryCommandDefault entryCommandDefault)
           
PrototypeEntryFile(java.lang.Integer part, PrototypeEntryType type, java.lang.String fileClass, java.lang.String entryPath, java.lang.String entryPathSource, java.lang.String perm, java.lang.String owner, java.lang.String group, PrototypeEntryCommandDefault entryCommandDefault)
          Full constructor taking all arguments supported for this entry type
 



Copyright © 2007-2008. All Rights Reserved.