net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.impl
Class DependencySetImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl
All Implemented Interfaces:
Serializable, Cloneable, DependencySet

public class DependencySetImpl
extends Object
implements Serializable, Cloneable, DependencySet

See Also:
Serialized Form

Nested Class Summary
static class DependencySetImpl.ExcludesImpl
           
static class DependencySetImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.DependencySet
DependencySet.Excludes, DependencySet.Includes
 
Field Summary
protected  String directoryMode
           
protected  DependencySetImpl.ExcludesImpl excludes
           
protected  String fileMode
           
protected  DependencySetImpl.IncludesImpl includes
           
protected  String outputDirectory
           
protected  String outputFileNameMapping
           
protected  String scope
           
protected  Boolean unpack
           
protected  UnpackOptionsImpl unpackOptions
           
protected  Boolean useDefaultExcludes
           
protected  Boolean useProjectArtifact
           
protected  Boolean useProjectAttachments
           
protected  Boolean useStrictFiltering
           
protected  Boolean useTransitiveDependencies
           
protected  Boolean useTransitiveFiltering
           
 
Constructor Summary
DependencySetImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl instance.
DependencySetImpl(DependencySetImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl instance by copying a given instance.
 
Method Summary
 DependencySetImpl clone()
          Creates and returns a copy of this object.
 String getDirectoryMode()
          Gets the value of the directoryMode property.
 DependencySet.Excludes getExcludes()
          Gets the value of the excludes property.
 String getFileMode()
          Gets the value of the fileMode property.
 DependencySet.Includes getIncludes()
          Gets the value of the includes property.
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 String getOutputFileNameMapping()
          Gets the value of the outputFileNameMapping property.
 String getScope()
          Gets the value of the scope property.
 UnpackOptions getUnpackOptions()
          Gets the value of the unpackOptions property.
 Boolean isUnpack()
          Gets the value of the unpack property.
 Boolean isUseDefaultExcludes()
          Gets the value of the useDefaultExcludes property.
 Boolean isUseProjectArtifact()
          Gets the value of the useProjectArtifact property.
 Boolean isUseProjectAttachments()
          Gets the value of the useProjectAttachments property.
 Boolean isUseStrictFiltering()
          Gets the value of the useStrictFiltering property.
 Boolean isUseTransitiveDependencies()
          Gets the value of the useTransitiveDependencies property.
 Boolean isUseTransitiveFiltering()
          Gets the value of the useTransitiveFiltering property.
 void setDirectoryMode(String value)
          Sets the value of the directoryMode property.
 void setExcludes(DependencySet.Excludes value)
          Sets the value of the excludes property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setIncludes(DependencySet.Includes value)
          Sets the value of the includes property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setOutputFileNameMapping(String value)
          Sets the value of the outputFileNameMapping property.
 void setScope(String value)
          Sets the value of the scope property.
 void setUnpack(Boolean value)
          Sets the value of the unpack property.
 void setUnpackOptions(UnpackOptions value)
          Sets the value of the unpackOptions property.
 void setUseDefaultExcludes(Boolean value)
          Sets the value of the useDefaultExcludes property.
 void setUseProjectArtifact(Boolean value)
          Sets the value of the useProjectArtifact property.
 void setUseProjectAttachments(Boolean value)
          Sets the value of the useProjectAttachments property.
 void setUseStrictFiltering(Boolean value)
          Sets the value of the useStrictFiltering property.
 void setUseTransitiveDependencies(Boolean value)
          Sets the value of the useTransitiveDependencies property.
 void setUseTransitiveFiltering(Boolean value)
          Sets the value of the useTransitiveFiltering property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputFileNameMapping

protected String outputFileNameMapping

unpack

protected Boolean unpack

unpackOptions

protected UnpackOptionsImpl unpackOptions

scope

protected String scope

useProjectArtifact

protected Boolean useProjectArtifact

useProjectAttachments

protected Boolean useProjectAttachments

useTransitiveDependencies

protected Boolean useTransitiveDependencies

useTransitiveFiltering

protected Boolean useTransitiveFiltering

useStrictFiltering

protected Boolean useStrictFiltering

useDefaultExcludes

protected Boolean useDefaultExcludes

outputDirectory

protected String outputDirectory

includes

protected DependencySetImpl.IncludesImpl includes

excludes

protected DependencySetImpl.ExcludesImpl excludes

fileMode

protected String fileMode

directoryMode

protected String directoryMode
Constructor Detail

DependencySetImpl

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


DependencySetImpl

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

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

getOutputFileNameMapping

public String getOutputFileNameMapping()
Description copied from interface: DependencySet
Gets the value of the outputFileNameMapping property.

Specified by:
getOutputFileNameMapping in interface DependencySet
Returns:
possible object is String

setOutputFileNameMapping

public void setOutputFileNameMapping(String value)
Description copied from interface: DependencySet
Sets the value of the outputFileNameMapping property.

Specified by:
setOutputFileNameMapping in interface DependencySet
Parameters:
value - allowed object is String

isUnpack

public Boolean isUnpack()
Description copied from interface: DependencySet
Gets the value of the unpack property.

Specified by:
isUnpack in interface DependencySet
Returns:
possible object is Boolean

setUnpack

public void setUnpack(Boolean value)
Description copied from interface: DependencySet
Sets the value of the unpack property.

Specified by:
setUnpack in interface DependencySet
Parameters:
value - allowed object is Boolean

getUnpackOptions

public UnpackOptions getUnpackOptions()
Description copied from interface: DependencySet
Gets the value of the unpackOptions property.

Specified by:
getUnpackOptions in interface DependencySet
Returns:
possible object is UnpackOptions

setUnpackOptions

public void setUnpackOptions(UnpackOptions value)
Description copied from interface: DependencySet
Sets the value of the unpackOptions property.

Specified by:
setUnpackOptions in interface DependencySet
Parameters:
value - allowed object is UnpackOptions

getScope

public String getScope()
Description copied from interface: DependencySet
Gets the value of the scope property.

Specified by:
getScope in interface DependencySet
Returns:
possible object is String

setScope

public void setScope(String value)
Description copied from interface: DependencySet
Sets the value of the scope property.

Specified by:
setScope in interface DependencySet
Parameters:
value - allowed object is String

isUseProjectArtifact

public Boolean isUseProjectArtifact()
Description copied from interface: DependencySet
Gets the value of the useProjectArtifact property.

Specified by:
isUseProjectArtifact in interface DependencySet
Returns:
possible object is Boolean

setUseProjectArtifact

public void setUseProjectArtifact(Boolean value)
Description copied from interface: DependencySet
Sets the value of the useProjectArtifact property.

Specified by:
setUseProjectArtifact in interface DependencySet
Parameters:
value - allowed object is Boolean

isUseProjectAttachments

public Boolean isUseProjectAttachments()
Description copied from interface: DependencySet
Gets the value of the useProjectAttachments property.

Specified by:
isUseProjectAttachments in interface DependencySet
Returns:
possible object is Boolean

setUseProjectAttachments

public void setUseProjectAttachments(Boolean value)
Description copied from interface: DependencySet
Sets the value of the useProjectAttachments property.

Specified by:
setUseProjectAttachments in interface DependencySet
Parameters:
value - allowed object is Boolean

isUseTransitiveDependencies

public Boolean isUseTransitiveDependencies()
Description copied from interface: DependencySet
Gets the value of the useTransitiveDependencies property.

Specified by:
isUseTransitiveDependencies in interface DependencySet
Returns:
possible object is Boolean

setUseTransitiveDependencies

public void setUseTransitiveDependencies(Boolean value)
Description copied from interface: DependencySet
Sets the value of the useTransitiveDependencies property.

Specified by:
setUseTransitiveDependencies in interface DependencySet
Parameters:
value - allowed object is Boolean

isUseTransitiveFiltering

public Boolean isUseTransitiveFiltering()
Description copied from interface: DependencySet
Gets the value of the useTransitiveFiltering property.

Specified by:
isUseTransitiveFiltering in interface DependencySet
Returns:
possible object is Boolean

setUseTransitiveFiltering

public void setUseTransitiveFiltering(Boolean value)
Description copied from interface: DependencySet
Sets the value of the useTransitiveFiltering property.

Specified by:
setUseTransitiveFiltering in interface DependencySet
Parameters:
value - allowed object is Boolean

isUseStrictFiltering

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

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

setUseStrictFiltering

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

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

isUseDefaultExcludes

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

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

setUseDefaultExcludes

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

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

getOutputDirectory

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

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

setOutputDirectory

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

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

getIncludes

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

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

setIncludes

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

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

getExcludes

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

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

setExcludes

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

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

getFileMode

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

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

setFileMode

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

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

getDirectoryMode

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

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

setDirectoryMode

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

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

clone

public DependencySetImpl 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.