de.tototec.sbuild.ant

AntZipFileSet

class AntZipFileSet extends ZipFileSet

Linear Supertypes
ZipFileSet, ArchiveFileSet, FileSet, ResourceCollection, AbstractFileSet, SelectorContainer, DataType, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AntZipFileSet
  2. ZipFileSet
  3. ArchiveFileSet
  4. FileSet
  5. ResourceCollection
  6. AbstractFileSet
  7. SelectorContainer
  8. DataType
  9. ProjectComponent
  10. Cloneable
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AntZipFileSet(dir: File = null, file: File = null, prefix: String = null, fullPath: String = null, includes: String = null, excludes: String = null, defaultExcludes: Boolean = null, caseSensitive: Boolean = null, followSymlinks: Boolean = null, maxLevelOfSymlinks: Integer = null, errorOnMissingDir: Boolean = null)(implicit _project: Project)

  2. new AntZipFileSet()(implicit _project: Project)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AntZipFileSet, B)

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to ArrowAssoc[AntZipFileSet] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def add(arg0: FileSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  9. def addAnd(arg0: AndSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  10. def addConfigured(arg0: ResourceCollection): Unit

    Definition Classes
    ArchiveFileSet
  11. def addContains(arg0: ContainsSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  12. def addContainsRegexp(arg0: ContainsRegexpSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  13. def addCustom(arg0: ExtendSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  14. def addDate(arg0: DateSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  15. def addDepend(arg0: DependSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  16. def addDepth(arg0: DepthSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  17. def addDifferent(arg0: DifferentSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  18. def addFilename(arg0: FilenameSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  19. def addMajority(arg0: MajoritySelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  20. def addModified(arg0: ModifiedSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  21. def addNone(arg0: NoneSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  22. def addNot(arg0: NotSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  23. def addOr(arg0: OrSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  24. def addPresent(arg0: PresentSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  25. def addReadable(arg0: ReadableSelector): Unit

    Definition Classes
    AbstractFileSet
  26. def addSelector(arg0: SelectSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  27. def addSize(arg0: SizeSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  28. def addType(arg0: TypeSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  29. def addWritable(arg0: WritableSelector): Unit

    Definition Classes
    AbstractFileSet
  30. def appendExcludes(arg0: Array[String]): Unit

    Definition Classes
    AbstractFileSet
  31. def appendIncludes(arg0: Array[String]): Unit

    Definition Classes
    AbstractFileSet
  32. def appendSelector(arg0: FileSelector): Unit

    Definition Classes
    AbstractFileSet → SelectorContainer
  33. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  34. def checkAttributesAllowed(): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  35. def checkChildrenAllowed(): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  36. def circularReference(): BuildException

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  37. def clone(): AnyRef

    Definition Classes
    ZipFileSet → ArchiveFileSet → FileSet → AbstractFileSet → DataType → ProjectComponent → AnyRef
  38. def configureFileSet(arg0: ArchiveFileSet): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    ArchiveFileSet
  39. def createExclude(): NameEntry

    Definition Classes
    AbstractFileSet
  40. def createExcludesFile(): NameEntry

    Definition Classes
    AbstractFileSet
  41. def createInclude(): NameEntry

    Definition Classes
    AbstractFileSet
  42. def createIncludesFile(): NameEntry

    Definition Classes
    AbstractFileSet
  43. def createPatternSet(): PatternSet

    Definition Classes
    AbstractFileSet
  44. def dieOnCircularReference(arg0: Stack, arg1: org.apache.tools.ant.Project): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    ArchiveFileSet → AbstractFileSet → DataType
    Annotations
    @throws( ... )
  45. def dieOnCircularReference(arg0: org.apache.tools.ant.Project): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  46. def dieOnCircularReference(): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  47. def ensuring(cond: (AntZipFileSet) ⇒ Boolean, msg: ⇒ Any): AntZipFileSet

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to Ensuring[AntZipFileSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  48. def ensuring(cond: (AntZipFileSet) ⇒ Boolean): AntZipFileSet

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to Ensuring[AntZipFileSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. def ensuring(cond: Boolean, msg: ⇒ Any): AntZipFileSet

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to Ensuring[AntZipFileSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. def ensuring(cond: Boolean): AntZipFileSet

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to Ensuring[AntZipFileSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  52. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  53. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  54. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  55. def getCheckedRef(arg0: org.apache.tools.ant.Project): AnyRef

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    ArchiveFileSet → DataType
  56. def getCheckedRef(arg0: Class, arg1: String, arg2: org.apache.tools.ant.Project): AnyRef

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  57. def getCheckedRef(arg0: Class, arg1: String): AnyRef

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  58. def getCheckedRef(): AnyRef

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  59. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  60. def getDataTypeName(): String

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  61. def getDefaultexcludes(): Boolean

    Definition Classes
    AbstractFileSet
  62. def getDescription(): String

    Definition Classes
    ProjectComponent
  63. def getDir(arg0: org.apache.tools.ant.Project): File

    Definition Classes
    AbstractFileSet
  64. def getDir(): File

    Definition Classes
    AbstractFileSet
  65. def getDirMode(arg0: org.apache.tools.ant.Project): Int

    Definition Classes
    ArchiveFileSet
  66. def getDirectoryScanner(arg0: org.apache.tools.ant.Project): DirectoryScanner

    Definition Classes
    ArchiveFileSet → AbstractFileSet
  67. def getDirectoryScanner(): DirectoryScanner

    Definition Classes
    AbstractFileSet
  68. def getEncoding(): String

    Definition Classes
    ZipFileSet
  69. def getErrorOnMissingDir(): Boolean

    Definition Classes
    AbstractFileSet
  70. def getFileMode(arg0: org.apache.tools.ant.Project): Int

    Definition Classes
    ArchiveFileSet
  71. def getFullpath(arg0: org.apache.tools.ant.Project): String

    Definition Classes
    ArchiveFileSet
  72. def getLocation(): Location

    Definition Classes
    ProjectComponent
  73. def getMaxLevelsOfSymlinks(): Int

    Definition Classes
    AbstractFileSet
  74. def getPrefix(arg0: org.apache.tools.ant.Project): String

    Definition Classes
    ArchiveFileSet
  75. def getProject(): org.apache.tools.ant.Project

    Definition Classes
    ProjectComponent
  76. def getRef(arg0: org.apache.tools.ant.Project): AbstractFileSet

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    ZipFileSet → AbstractFileSet
  77. def getRefid(): Reference

    Definition Classes
    DataType
  78. def getSelectors(arg0: org.apache.tools.ant.Project): Array[FileSelector]

    Definition Classes
    AbstractFileSet → SelectorContainer
  79. def getSrc(): File

    Definition Classes
    ArchiveFileSet
  80. def getSrc(arg0: org.apache.tools.ant.Project): File

    Definition Classes
    ArchiveFileSet
  81. def hasDirModeBeenSet(): Boolean

    Definition Classes
    ArchiveFileSet
  82. def hasFileModeBeenSet(): Boolean

    Definition Classes
    ArchiveFileSet
  83. def hasPatterns(): Boolean

    Definition Classes
    AbstractFileSet
  84. def hasSelectors(): Boolean

    Definition Classes
    AbstractFileSet → SelectorContainer
  85. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  86. def integerSetDirMode(arg0: Int): Unit

    Definition Classes
    ArchiveFileSet
  87. def integerSetFileMode(arg0: Int): Unit

    Definition Classes
    ArchiveFileSet
  88. def isCaseSensitive(): Boolean

    Definition Classes
    AbstractFileSet
  89. def isChecked(): Boolean

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  90. def isFilesystemOnly(): Boolean

    Definition Classes
    ArchiveFileSet → FileSet → ResourceCollection
  91. def isFollowSymlinks(): Boolean

    Definition Classes
    AbstractFileSet
  92. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  93. def isReference(): Boolean

    Definition Classes
    DataType
  94. def iterator(): Iterator

    Definition Classes
    ArchiveFileSet → FileSet → ResourceCollection
  95. def log(arg0: String, arg1: Int): Unit

    Definition Classes
    ProjectComponent
  96. def log(arg0: String): Unit

    Definition Classes
    ProjectComponent
  97. def mergeExcludes(arg0: org.apache.tools.ant.Project): Array[String]

    Definition Classes
    AbstractFileSet
  98. def mergeIncludes(arg0: org.apache.tools.ant.Project): Array[String]

    Definition Classes
    AbstractFileSet
  99. def mergePatterns(arg0: org.apache.tools.ant.Project): PatternSet

    Definition Classes
    AbstractFileSet
  100. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  101. def newArchiveScanner(): ArchiveScanner

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    ZipFileSet → ArchiveFileSet
  102. def noChildrenAllowed(): BuildException

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  103. final def notify(): Unit

    Definition Classes
    AnyRef
  104. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  105. def selectorCount(): Int

    Definition Classes
    AbstractFileSet → SelectorContainer
  106. def selectorElements(): Enumeration

    Definition Classes
    AbstractFileSet → SelectorContainer
  107. def setCaseSensitive(arg0: Boolean): Unit

    Definition Classes
    AbstractFileSet
  108. def setChecked(arg0: Boolean): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  109. def setDefaultexcludes(arg0: Boolean): Unit

    Definition Classes
    AbstractFileSet
  110. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  111. def setDir(arg0: File): Unit

    Definition Classes
    ArchiveFileSet → AbstractFileSet
    Annotations
    @throws( ... )
  112. def setDirMode(arg0: String): Unit

    Definition Classes
    ArchiveFileSet
  113. def setEncoding(arg0: String): Unit

    Definition Classes
    ZipFileSet
  114. def setErrorOnMissingArchive(arg0: Boolean): Unit

    Definition Classes
    ArchiveFileSet
  115. def setErrorOnMissingDir(arg0: Boolean): Unit

    Definition Classes
    AbstractFileSet
  116. def setExcludes(arg0: String): Unit

    Definition Classes
    AbstractFileSet
  117. def setExcludesfile(arg0: File): Unit

    Definition Classes
    AbstractFileSet
    Annotations
    @throws( ... )
  118. def setFile(arg0: File): Unit

    Definition Classes
    AbstractFileSet
  119. def setFileMode(arg0: String): Unit

    Definition Classes
    ArchiveFileSet
  120. def setFollowSymlinks(arg0: Boolean): Unit

    Definition Classes
    AbstractFileSet
  121. def setFullPath(fullPath: String): Unit

  122. def setFullpath(arg0: String): Unit

    Definition Classes
    ArchiveFileSet
  123. def setIncludes(arg0: String): Unit

    Definition Classes
    AbstractFileSet
  124. def setIncludesfile(arg0: File): Unit

    Definition Classes
    AbstractFileSet
    Annotations
    @throws( ... )
  125. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  126. def setMaxLevelsOfSymlinks(arg0: Int): Unit

    Definition Classes
    AbstractFileSet
  127. def setPrefix(arg0: String): Unit

    Definition Classes
    ArchiveFileSet
  128. def setProject(arg0: org.apache.tools.ant.Project): Unit

    Definition Classes
    ProjectComponent
  129. def setRefid(arg0: Reference): Unit

    Definition Classes
    AbstractFileSet → DataType
    Annotations
    @throws( ... )
  130. def setSrc(arg0: File): Unit

    Definition Classes
    ArchiveFileSet
  131. def setSrcResource(arg0: Resource): Unit

    Definition Classes
    ArchiveFileSet
  132. def setupDirectoryScanner(arg0: FileScanner, arg1: org.apache.tools.ant.Project): Unit

    Definition Classes
    AbstractFileSet
  133. def setupDirectoryScanner(arg0: FileScanner): Unit

    Definition Classes
    AbstractFileSet
  134. def size(): Int

    Definition Classes
    ArchiveFileSet → FileSet → ResourceCollection
  135. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  136. def toString(): String

    Definition Classes
    ArchiveFileSet → AbstractFileSet → DataType → AnyRef → Any
  137. def tooManyAttributes(): BuildException

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  138. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  139. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  140. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  141. def [B](y: B): (AntZipFileSet, B)

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to ArrowAssoc[AntZipFileSet] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antZipFileSet: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antZipFileSet: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def getDirMode(): Int

    Definition Classes
    ArchiveFileSet
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getFileMode(): Int

    Definition Classes
    ArchiveFileSet
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getFullpath(): String

    Definition Classes
    ArchiveFileSet
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getPrefix(): String

    Definition Classes
    ArchiveFileSet
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def x: AntZipFileSet

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to ArrowAssoc[AntZipFileSet] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antZipFileSet: ArrowAssoc[AntZipFileSet]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  6. def x: AntZipFileSet

    Implicit information
    This member is added by an implicit conversion from AntZipFileSet to Ensuring[AntZipFileSet] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antZipFileSet: Ensuring[AntZipFileSet]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ZipFileSet

Inherited from ArchiveFileSet

Inherited from FileSet

Inherited from ResourceCollection

Inherited from AbstractFileSet

Inherited from SelectorContainer

Inherited from DataType

Inherited from ProjectComponent

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AntZipFileSet to StringAdd

Inherited by implicit conversion any2stringfmt from AntZipFileSet to StringFormat

Inherited by implicit conversion any2ArrowAssoc from AntZipFileSet to ArrowAssoc[AntZipFileSet]

Inherited by implicit conversion any2Ensuring from AntZipFileSet to Ensuring[AntZipFileSet]

Ungrouped