net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111
Interface FileSet

All Known Implementing Classes:
FileSetImpl

public interface FileSet

A fileSet allows the inclusion of groups of files into the assembly.

Java class for FileSet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FileSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lineEnding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="filtered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="useStrictFiltering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="useDefaultExcludes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="includes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="excludes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fileMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="directoryMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface FileSet.Excludes
          Java class for anonymous complex type.
static interface FileSet.Includes
          Java class for anonymous complex type.
 
Method Summary
 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.
 

Method Detail

getDirectory

String getDirectory()
Gets the value of the directory property.

Returns:
possible object is String

setDirectory

void setDirectory(String value)
Sets the value of the directory property.

Parameters:
value - allowed object is String

getLineEnding

String getLineEnding()
Gets the value of the lineEnding property.

Returns:
possible object is String

setLineEnding

void setLineEnding(String value)
Sets the value of the lineEnding property.

Parameters:
value - allowed object is String

isFiltered

Boolean isFiltered()
Gets the value of the filtered property.

Returns:
possible object is Boolean

setFiltered

void setFiltered(Boolean value)
Sets the value of the filtered property.

Parameters:
value - allowed object is Boolean

isUseStrictFiltering

Boolean isUseStrictFiltering()
Gets the value of the useStrictFiltering property.

Returns:
possible object is Boolean

setUseStrictFiltering

void setUseStrictFiltering(Boolean value)
Sets the value of the useStrictFiltering property.

Parameters:
value - allowed object is Boolean

isUseDefaultExcludes

Boolean isUseDefaultExcludes()
Gets the value of the useDefaultExcludes property.

Returns:
possible object is Boolean

setUseDefaultExcludes

void setUseDefaultExcludes(Boolean value)
Sets the value of the useDefaultExcludes property.

Parameters:
value - allowed object is Boolean

getOutputDirectory

String getOutputDirectory()
Gets the value of the outputDirectory property.

Returns:
possible object is String

setOutputDirectory

void setOutputDirectory(String value)
Sets the value of the outputDirectory property.

Parameters:
value - allowed object is String

getIncludes

FileSet.Includes getIncludes()
Gets the value of the includes property.

Returns:
possible object is FileSet.Includes

setIncludes

void setIncludes(FileSet.Includes value)
Sets the value of the includes property.

Parameters:
value - allowed object is FileSet.Includes

getExcludes

FileSet.Excludes getExcludes()
Gets the value of the excludes property.

Returns:
possible object is FileSet.Excludes

setExcludes

void setExcludes(FileSet.Excludes value)
Sets the value of the excludes property.

Parameters:
value - allowed object is FileSet.Excludes

getFileMode

String getFileMode()
Gets the value of the fileMode property.

Returns:
possible object is String

setFileMode

void setFileMode(String value)
Sets the value of the fileMode property.

Parameters:
value - allowed object is String

getDirectoryMode

String getDirectoryMode()
Gets the value of the directoryMode property.

Returns:
possible object is String

setDirectoryMode

void setDirectoryMode(String value)
Sets the value of the directoryMode property.

Parameters:
value - allowed object is String


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