org.codehaus.mojo.solaris
Class PrototypeEntryCollection

java.lang.Object
  extended by org.codehaus.mojo.solaris.PrototypeEntryCollection

public class PrototypeEntryCollection
extends Object

Version:
$Id: PrototypeEntryCollection.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Trygve Laugstøl

Field Summary
static String TYPE_DIR
           
static String TYPE_EDITABLE
           
static String TYPE_FILE
           
 
Constructor Summary
PrototypeEntryCollection()
           
PrototypeEntryCollection(String[] includes, String[] excludes, String type, String pkgClass, String mode, String user, String group)
           
PrototypeEntryCollection(String type, String user, String group, String mode)
           
 
Method Summary
static String[] asList(String string)
           
 String[] getExcludes()
           
 String getGroup()
           
 String[] getIncludes()
           
 String getMode()
           
 String getPkgClass()
           
 String getType()
           
 String getUser()
           
 void setClass(String pkgClass)
           
 void validate(PrototypeEntryCollection defaultDirectoryEntry, PrototypeEntryCollection defaultFileEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_FILE

public static final String TYPE_FILE
See Also:
Constant Field Values

TYPE_DIR

public static final String TYPE_DIR
See Also:
Constant Field Values

TYPE_EDITABLE

public static final String TYPE_EDITABLE
See Also:
Constant Field Values
Constructor Detail

PrototypeEntryCollection

public PrototypeEntryCollection()

PrototypeEntryCollection

public PrototypeEntryCollection(String type,
                                String user,
                                String group,
                                String mode)

PrototypeEntryCollection

public PrototypeEntryCollection(String[] includes,
                                String[] excludes,
                                String type,
                                String pkgClass,
                                String mode,
                                String user,
                                String group)
Method Detail

getIncludes

public String[] getIncludes()

getExcludes

public String[] getExcludes()

getType

public String getType()

getPkgClass

public String getPkgClass()

setClass

public void setClass(String pkgClass)

getMode

public String getMode()

getUser

public String getUser()

getGroup

public String getGroup()

asList

public static String[] asList(String string)

validate

public void validate(PrototypeEntryCollection defaultDirectoryEntry,
                     PrototypeEntryCollection defaultFileEntry)
              throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException


Copyright © 2007-2011 Codehaus. All Rights Reserved.