org.codehaus.mojo.solaris
Class DefaultPrototypeGenerator

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.mojo.solaris.DefaultPrototypeGenerator
All Implemented Interfaces:
PrototypeGenerator, org.codehaus.plexus.logging.LogEnabled

public class DefaultPrototypeGenerator
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements PrototypeGenerator

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

Field Summary
 
Fields inherited from interface org.codehaus.mojo.solaris.PrototypeGenerator
ROLE
 
Constructor Summary
DefaultPrototypeGenerator()
           
 
Method Summary
 java.util.Iterator generatePrototype(java.io.File packageRoot, java.util.List prototypeEntries, PrototypeEntryCollection defaultDirectoryEntry, PrototypeEntryCollection defaultFileEntry)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPrototypeGenerator

public DefaultPrototypeGenerator()
Method Detail

generatePrototype

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


Copyright © 2007-2010. All Rights Reserved.