net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl
Class FileSetImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.FileSetImpl
All Implemented Interfaces:
Serializable, Cloneable, FileSet

public class FileSetImpl
extends Object
implements Serializable, Cloneable, FileSet

See Also:
Serialized Form

Nested Class Summary
static class FileSetImpl.ExcludesImpl
           
static class FileSetImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.FileSet
FileSet.Excludes, FileSet.Includes
 
Field Summary
protected  String directory
           
protected  String directoryMode
           
protected  FileSetImpl.ExcludesImpl excludes
           
protected  String fileMode
           
protected  Boolean filtered
           
protected  FileSetImpl.IncludesImpl includes
           
protected  String lineEnding
           
protected  String outputDirectory
           
protected  Boolean useDefaultExcludes
           
protected  Boolean useStrictFiltering
           
 
Constructor Summary
FileSetImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.FileSetImpl instance.
FileSetImpl(FileSetImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.FileSetImpl instance by copying a given instance.
 
Method Summary
 FileSetImpl clone()
          Creates and returns a copy of this object.
 String getDirectory()
          Gets the value of the directory property.
 String getDirectoryMode()
          Gets the value of the directoryMode property.
 FileSet.Excludes getExcludes()
          Gets the value of the excludes property.
 String getFileMode()
          Gets the value of the fileMode property.
 FileSet.Includes getIncludes()
          Gets the value of the includes property.
 String getLineEnding()
          Gets the value of the lineEnding property.
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 Boolean isFiltered()
          Gets the value of the filtered property.
 Boolean isUseDefaultExcludes()
          Gets the value of the useDefaultExcludes property.
 Boolean isUseStrictFiltering()
          Gets the value of the useStrictFiltering property.
 void setDirectory(String value)
          Sets the value of the directory property.
 void setDirectoryMode(String value)
          Sets the value of the directoryMode property.
 void setExcludes(FileSet.Excludes value)
          Sets the value of the excludes property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setFiltered(Boolean value)
          Sets the value of the filtered property.
 void setIncludes(FileSet.Includes value)
          Sets the value of the includes property.
 void setLineEnding(String value)
          Sets the value of the lineEnding property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setUseDefaultExcludes(Boolean value)
          Sets the value of the useDefaultExcludes property.
 void setUseStrictFiltering(Boolean value)
          Sets the value of the useStrictFiltering property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

protected String directory

lineEnding

protected String lineEnding

filtered

protected Boolean filtered

useStrictFiltering

protected Boolean useStrictFiltering

useDefaultExcludes

protected Boolean useDefaultExcludes

outputDirectory

protected String outputDirectory

includes

protected FileSetImpl.IncludesImpl includes

excludes

protected FileSetImpl.ExcludesImpl excludes

fileMode

protected String fileMode

directoryMode

protected String directoryMode
Constructor Detail

FileSetImpl

public FileSetImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.FileSetImpl instance.


FileSetImpl

public FileSetImpl(FileSetImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.FileSetImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDirectory

public String getDirectory()
Description copied from interface: FileSet
Gets the value of the directory property.

Specified by:
getDirectory in interface FileSet
Returns:
possible object is String

setDirectory

public void setDirectory(String value)
Description copied from interface: FileSet
Sets the value of the directory property.

Specified by:
setDirectory in interface FileSet
Parameters:
value - allowed object is String

getLineEnding

public String getLineEnding()
Description copied from interface: FileSet
Gets the value of the lineEnding property.

Specified by:
getLineEnding in interface FileSet
Returns:
possible object is String

setLineEnding

public void setLineEnding(String value)
Description copied from interface: FileSet
Sets the value of the lineEnding property.

Specified by:
setLineEnding in interface FileSet
Parameters:
value - allowed object is String

isFiltered

public Boolean isFiltered()
Description copied from interface: FileSet
Gets the value of the filtered property.

Specified by:
isFiltered in interface FileSet
Returns:
possible object is Boolean

setFiltered

public void setFiltered(Boolean value)
Description copied from interface: FileSet
Sets the value of the filtered property.

Specified by:
setFiltered in interface FileSet
Parameters:
value - allowed object is Boolean

isUseStrictFiltering

public Boolean isUseStrictFiltering()
Description copied from interface: FileSet
Gets the value of the useStrictFiltering property.

Specified by:
isUseStrictFiltering in interface FileSet
Returns:
possible object is Boolean

setUseStrictFiltering

public void setUseStrictFiltering(Boolean value)
Description copied from interface: FileSet
Sets the value of the useStrictFiltering property.

Specified by:
setUseStrictFiltering in interface FileSet
Parameters:
value - allowed object is Boolean

isUseDefaultExcludes

public Boolean isUseDefaultExcludes()
Description copied from interface: FileSet
Gets the value of the useDefaultExcludes property.

Specified by:
isUseDefaultExcludes in interface FileSet
Returns:
possible object is Boolean

setUseDefaultExcludes

public void setUseDefaultExcludes(Boolean value)
Description copied from interface: FileSet
Sets the value of the useDefaultExcludes property.

Specified by:
setUseDefaultExcludes in interface FileSet
Parameters:
value - allowed object is Boolean

getOutputDirectory

public String getOutputDirectory()
Description copied from interface: FileSet
Gets the value of the outputDirectory property.

Specified by:
getOutputDirectory in interface FileSet
Returns:
possible object is String

setOutputDirectory

public void setOutputDirectory(String value)
Description copied from interface: FileSet
Sets the value of the outputDirectory property.

Specified by:
setOutputDirectory in interface FileSet
Parameters:
value - allowed object is String

getIncludes

public FileSet.Includes getIncludes()
Description copied from interface: FileSet
Gets the value of the includes property.

Specified by:
getIncludes in interface FileSet
Returns:
possible object is FileSet.Includes

setIncludes

public void setIncludes(FileSet.Includes value)
Description copied from interface: FileSet
Sets the value of the includes property.

Specified by:
setIncludes in interface FileSet
Parameters:
value - allowed object is FileSet.Includes

getExcludes

public FileSet.Excludes getExcludes()
Description copied from interface: FileSet
Gets the value of the excludes property.

Specified by:
getExcludes in interface FileSet
Returns:
possible object is FileSet.Excludes

setExcludes

public void setExcludes(FileSet.Excludes value)
Description copied from interface: FileSet
Sets the value of the excludes property.

Specified by:
setExcludes in interface FileSet
Parameters:
value - allowed object is FileSet.Excludes

getFileMode

public String getFileMode()
Description copied from interface: FileSet
Gets the value of the fileMode property.

Specified by:
getFileMode in interface FileSet
Returns:
possible object is String

setFileMode

public void setFileMode(String value)
Description copied from interface: FileSet
Sets the value of the fileMode property.

Specified by:
setFileMode in interface FileSet
Parameters:
value - allowed object is String

getDirectoryMode

public String getDirectoryMode()
Description copied from interface: FileSet
Gets the value of the directoryMode property.

Specified by:
getDirectoryMode in interface FileSet
Returns:
possible object is String

setDirectoryMode

public void setDirectoryMode(String value)
Description copied from interface: FileSet
Sets the value of the directoryMode property.

Specified by:
setDirectoryMode in interface FileSet
Parameters:
value - allowed object is String

clone

public FileSetImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.