org.codehaus.mojo.solaris
Class PrototypeEntryCollection
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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.