Uses of Interface
net.sf.jpkgmk.util.VariableResolver

Packages that use VariableResolver
net.sf.jpkgmk.prototype   
net.sf.jpkgmk.util   
 

Uses of VariableResolver in net.sf.jpkgmk.prototype
 

Methods in net.sf.jpkgmk.prototype with parameters of type VariableResolver
 void PrototypeEntryComment.create(java.io.File basedir, VariableResolver variableResolver)
           
 void PrototypeEntryCommandVariable.create(java.io.File basedir, VariableResolver variableResolver)
           
 void PrototypeEntryCommandSearch.create(java.io.File targetDir, VariableResolver variableResolver)
           
 void PrototypeEntryCommandInclude.create(java.io.File basedir, VariableResolver variableResolver)
           
 void PrototypeEntryCommandDefault.create(java.io.File basedir, VariableResolver variableResolver)
           
 void PrototypeEntry.create(java.io.File targetDir, VariableResolver variableResolver)
          Copies the file of this prototype entry into the target directory
 void AbstractPrototypeEntry.create(java.io.File targetDir, VariableResolver variableResolver)
          Copies the file of this prototype entry into the target directory
 java.util.List<PkgMapEntry> PrototypeEntryComment.createPkgMapEntry(java.io.File basedir, VariableResolver variableResolver)
           
 java.util.List<PkgMapEntry> PrototypeEntryCommandVariable.createPkgMapEntry(java.io.File basedir, VariableResolver variableResolver)
           
 java.util.List<PkgMapEntry> PrototypeEntryCommandSearch.createPkgMapEntry(java.io.File targetDir, VariableResolver variableResolver)
           
 java.util.List<PkgMapEntry> PrototypeEntryCommandInclude.createPkgMapEntry(java.io.File basedir, VariableResolver variableResolver)
           
 java.util.List<PkgMapEntry> PrototypeEntryCommandDefault.createPkgMapEntry(java.io.File basedir, VariableResolver variableResolver)
           
 java.util.List<PkgMapEntry> PrototypeEntry.createPkgMapEntry(java.io.File targetDir, VariableResolver variableResolver)
          Creates the PkgMapEntry objects for this PrototypeEntry.
 java.util.List<PkgMapEntry> AbstractPrototypeEntry.createPkgMapEntry(java.io.File targetDir, VariableResolver variableResolver)
           
protected  java.io.File PrototypeEntryCommand.resolveFile(java.lang.String filePath, VariableResolver variableResolver)
          Resolves the file for the given path and expands potential variables within the string path.
 

Uses of VariableResolver in net.sf.jpkgmk.util
 

Classes in net.sf.jpkgmk.util that implement VariableResolver
 class VariableMap
          A variable map that holds key value pairs whereas the key is regarded as variable name.
 



Copyright © 2007-2008. All Rights Reserved.