org.codehaus.mojo.solaris
Interface PrototypeGenerator

All Known Implementing Classes:
DefaultPrototypeGenerator

public interface PrototypeGenerator

Version:
$Id: PrototypeGenerator.java 6829 2008-04-23 18:09:08Z trygvis $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.util.Iterator generatePrototype(java.io.File packageRoot, java.util.List prototypeEntries, PrototypeEntryCollection defaultDirectoryEntry, PrototypeEntryCollection defaultFileEntry)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

generatePrototype

java.util.Iterator generatePrototype(java.io.File packageRoot,
                                     java.util.List prototypeEntries,
                                     PrototypeEntryCollection defaultDirectoryEntry,
                                     PrototypeEntryCollection defaultFileEntry)
                                     throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException


Copyright © 2007-2010. All Rights Reserved.