net.sf.wmutils.issync
Class Package

java.lang.Object
  extended by net.sf.wmutils.issync.Package

public class Package
extends java.lang.Object

Instances of this class are used to specify IS packages.


Constructor Summary
Package()
           
 
Method Summary
 java.lang.String[] getExcludes()
          Returns the array of excluded files.
 java.lang.String[] getIncludes()
          Returns the array of included files.
 java.lang.String getName()
          Returns the package name.
 boolean isUsingDefaultExcludes()
          Sets, whether default excludes should be applied.
 void setExcludes(java.lang.String[] excludes)
          Sets the array of excluded files.
 void setIncludes(java.lang.String[] pIncludes)
          Sets the array of included files.
 void setName(java.lang.String pName)
          Sets the package name.
 void setUsingDefaultExcludes(boolean pUsingDefaultExcludes)
          Sets, whether default excludes should be applied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Package

public Package()
Method Detail

getIncludes

public java.lang.String[] getIncludes()
Returns the array of included files.


setIncludes

public void setIncludes(java.lang.String[] pIncludes)
Sets the array of included files.


getExcludes

public java.lang.String[] getExcludes()
Returns the array of excluded files.


setExcludes

public void setExcludes(java.lang.String[] excludes)
Sets the array of excluded files.


getName

public java.lang.String getName()
Returns the package name.


setName

public void setName(java.lang.String pName)
Sets the package name.


isUsingDefaultExcludes

public boolean isUsingDefaultExcludes()
Sets, whether default excludes should be applied. This is recommended, because it prevents .svn directories being copied. Defaults to true.


setUsingDefaultExcludes

public void setUsingDefaultExcludes(boolean pUsingDefaultExcludes)
Sets, whether default excludes should be applied. This is recommended, because it prevents .svn directories being copied. Defaults to true.



Copyright © 2009. All Rights Reserved.