|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrototypeEntry | |
---|---|
net.sf.jpkgmk.prototype | |
net.sf.jpkgmk.util |
Uses of PrototypeEntry in net.sf.jpkgmk.prototype |
---|
Classes in net.sf.jpkgmk.prototype that implement PrototypeEntry | |
---|---|
class |
AbstractPrototypeEntry
Abstract class that can be used for the most of the prototype entries, for example files, directories, links ... |
class |
AbstractPrototypeEntryDevice
Abstract device prototype entry used by the character and block device prototype entries. |
class |
PrototypeEntryBlockDevice
|
class |
PrototypeEntryCharacterDevice
|
class |
PrototypeEntryCommand
The prototype entry command |
class |
PrototypeEntryCommandDefault
A default value holding defaults for the mode, owner and group of a file. |
class |
PrototypeEntryCommandInclude
Include command to include another prototype file. |
class |
PrototypeEntryCommandSearch
Represents a search command to be used when creating a package from this prototype. |
class |
PrototypeEntryCommandVariable
Represents a variable valid in the scope of this prototype. |
class |
PrototypeEntryComment
|
class |
PrototypeEntryDirectory
|
class |
PrototypeEntryDirectoryExclusive
an exclusive directory accessible only by this package |
class |
PrototypeEntryFile
|
class |
PrototypeEntryFileEditable
a file to be edited upon installation or removal (may be shared by several packages) |
class |
PrototypeEntryFileVolatile
volatile file (one whose contents are expected to change, like a log file) |
class |
PrototypeEntryInfo
|
class |
PrototypeEntryLink
|
class |
PrototypeEntryPipe
|
class |
PrototypeEntrySymbolicLink
|
Methods in net.sf.jpkgmk.prototype that return PrototypeEntry | |
---|---|
protected PrototypeEntry |
PrototypeEntryFileVolatile.PrototypeEntryFileVolatileParser.createEntry(java.lang.Integer part,
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)
|
protected PrototypeEntry |
PrototypeEntryFileEditable.PrototypeEntryFileEditableParser.createEntry(java.lang.Integer part,
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)
|
protected PrototypeEntry |
PrototypeEntryFile.PrototypeEntryFileParser.createEntry(java.lang.Integer part,
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)
|
protected PrototypeEntry |
PrototypeEntryDirectoryExclusive.PrototypeEntryDirectoryExclusiveParser.createPrototypeEntry(java.lang.Integer part,
java.lang.String fileClass,
java.lang.String path,
java.lang.String mode,
java.lang.String owner,
java.lang.String group,
PrototypeEntryCommandDefault entryCommandDefault)
|
protected PrototypeEntry |
PrototypeEntryDirectory.PrototypeEntryDirectoryParser.createPrototypeEntry(java.lang.Integer part,
java.lang.String fileClass,
java.lang.String path,
java.lang.String mode,
java.lang.String owner,
java.lang.String group,
PrototypeEntryCommandDefault entryCommandDefault)
|
PrototypeEntry |
PrototypeEntryParser.parse(java.lang.String line,
PrototypeEntryCommandDefault entryCommandDefault)
|
PrototypeEntry |
PrototypeEntryComment.PrototypeEntryCommentParser.parse(java.lang.String line,
PrototypeEntryCommandDefault entryCommandDefault)
|
PrototypeEntry |
PrototypeEntryCommand.PrototypeEntryCommandParser.parse(java.lang.String line,
PrototypeEntryCommandDefault entryCommandDefault)
|
PrototypeEntry |
AbstractPrototypeEntryParser.parse(java.lang.String line,
PrototypeEntryCommandDefault entryCommandDefault)
|
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)
|
PrototypeEntry |
PrototypeParser.parseLine(java.lang.String line)
|
Methods in net.sf.jpkgmk.prototype that return types with arguments of type PrototypeEntry | |
---|---|
java.util.List<PrototypeEntry> |
Prototype.getPrototypeEntryList()
|
Methods in net.sf.jpkgmk.prototype with parameters of type PrototypeEntry | |
---|---|
void |
Prototype.add(int insertIndex,
PrototypeEntry entry)
Adds a prototype entry. |
void |
PrototypeBuilder.add(PrototypeEntry prototypeEntry)
|
void |
Prototype.add(PrototypeEntry entry)
Adds a prototype entry. |
int |
Prototype.PrototypeEntryFileSorter.compare(PrototypeEntry arg0,
PrototypeEntry arg1)
|
boolean |
Prototype.contains(PrototypeEntry entry)
|
boolean |
Prototype.remove(PrototypeEntry entry)
|
Uses of PrototypeEntry in net.sf.jpkgmk.util |
---|
Methods in net.sf.jpkgmk.util with parameters of type PrototypeEntry | |
---|---|
void |
VariableMap.registerInVariablesMap(PrototypeEntry entry)
|
void |
VariableMap.unregisterFromVariablesMap(PrototypeEntry entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |