|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrototypeEntry
Represents one line of a prototype file
Method Summary | |
---|---|
void |
create(java.io.File targetDir,
VariableResolver variableResolver)
Copies the file of this prototype entry into the target directory |
java.util.List<PkgMapEntry> |
createPkgMapEntry(java.io.File targetDir,
VariableResolver variableResolver)
Creates the PkgMapEntry objects for this PrototypeEntry . |
PrototypeEntryType |
getType()
|
Methods inherited from interface net.sf.jpkgmk.LineProvider |
---|
getLine, write |
Method Detail |
---|
PrototypeEntryType getType()
void create(java.io.File targetDir, VariableResolver variableResolver) throws java.io.IOException
targetDir
- variableResolver
- The variable resolver to be used for expanding variables within the paths of this entry
java.io.IOException
java.util.List<PkgMapEntry> createPkgMapEntry(java.io.File targetDir, VariableResolver variableResolver)
PkgMapEntry
objects for this PrototypeEntry
.
targetDir
- The directory in which the pkgMap entry is locatedvariableResolver
-
PkgMapEntry
objects created by this prototype entry. Can be empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |