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 String ROLE
           
 
Method Summary
 Iterator generatePrototype(File packageRoot, List prototypeEntries, PrototypeEntryCollection defaultDirectoryEntry, PrototypeEntryCollection defaultFileEntry)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

generatePrototype

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


Copyright © 2007-2011 Codehaus. All Rights Reserved.