Uses of Class
org.codehaus.mojo.solaris.PrototypeEntryCollection

Uses of PrototypeEntryCollection in org.codehaus.mojo.solaris
 

Fields in org.codehaus.mojo.solaris declared as PrototypeEntryCollection
static PrototypeEntryCollection GeneratePrototypeMojo.DEFAULT_DIRECTORY_ENTRY
           
static PrototypeEntryCollection GeneratePrototypeMojo.DEFAULT_FILE_ENTRY
           
 

Methods in org.codehaus.mojo.solaris with parameters of type PrototypeEntryCollection
 Iterator PrototypeGenerator.generatePrototype(File packageRoot, List prototypeEntries, PrototypeEntryCollection defaultDirectoryEntry, PrototypeEntryCollection defaultFileEntry)
           
 Iterator DefaultPrototypeGenerator.generatePrototype(File packageRoot, List prototypeEntries, PrototypeEntryCollection defaultDirectoryEntry, PrototypeEntryCollection defaultFileEntry)
           
 void PrototypeEntryCollection.validate(PrototypeEntryCollection defaultDirectoryEntry, PrototypeEntryCollection defaultFileEntry)
           
 

Constructors in org.codehaus.mojo.solaris with parameters of type PrototypeEntryCollection
DirectoryPrototypeEntry(String includedDirectory, PrototypeEntryCollection collection)
           
EditablePrototypeEntry(String includedDirectory, PrototypeEntryCollection collection)
           
FilePrototypeEntry(String includedDirectory, PrototypeEntryCollection collection)
           
 



Copyright © 2007-2011 Codehaus. All Rights Reserved.