de.tototec.sbuild.ant

AntFileSet

class AntFileSet extends FileSet

Linear Supertypes
FileSet, ResourceCollection, AbstractFileSet, SelectorContainer, DataType, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AntFileSet
  2. FileSet
  3. ResourceCollection
  4. AbstractFileSet
  5. SelectorContainer
  6. DataType
  7. ProjectComponent
  8. Cloneable
  9. AnyRef
  10. 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 AntFileSet(dir: File = null, file: File = 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 AntFileSet()(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 AntFileSet to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AntFileSet, B)

    Implicit information
    This member is added by an implicit conversion from AntFileSet to ArrowAssoc[AntFileSet] 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 addContains(arg0: ContainsSelector): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  33. def checkAttributesAllowed(): Unit

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

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

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

    Definition Classes
    FileSet → AbstractFileSet → DataType → ProjectComponent → AnyRef
  37. def createExclude(): NameEntry

    Definition Classes
    AbstractFileSet
  38. def createExcludesFile(): NameEntry

    Definition Classes
    AbstractFileSet
  39. def createInclude(): NameEntry

    Definition Classes
    AbstractFileSet
  40. def createIncludesFile(): NameEntry

    Definition Classes
    AbstractFileSet
  41. def createPatternSet(): PatternSet

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbstractFileSet
  60. def getDescription(): String

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

    Definition Classes
    AbstractFileSet
  62. def getDir(): File

    Definition Classes
    AbstractFileSet
  63. def getDirectoryScanner(arg0: org.apache.tools.ant.Project): DirectoryScanner

    Definition Classes
    AbstractFileSet
  64. def getDirectoryScanner(): DirectoryScanner

    Definition Classes
    AbstractFileSet
  65. def getErrorOnMissingDir(): Boolean

    Definition Classes
    AbstractFileSet
  66. def getLocation(): Location

    Definition Classes
    ProjectComponent
  67. def getMaxLevelsOfSymlinks(): Int

    Definition Classes
    AbstractFileSet
  68. def getProject(): org.apache.tools.ant.Project

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

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

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

    Definition Classes
    AbstractFileSet → SelectorContainer
  72. def hasPatterns(): Boolean

    Definition Classes
    AbstractFileSet
  73. def hasSelectors(): Boolean

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

    Definition Classes
    AnyRef → Any
  75. def isCaseSensitive(): Boolean

    Definition Classes
    AbstractFileSet
  76. def isChecked(): Boolean

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

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

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

    Definition Classes
    Any
  80. def isReference(): Boolean

    Definition Classes
    DataType
  81. def iterator(): Iterator

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

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

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

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

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

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

    Definition Classes
    AnyRef
  88. def noChildrenAllowed(): BuildException

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

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

    Definition Classes
    AnyRef
  91. def selectorCount(): Int

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

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

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

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

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

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

    Definition Classes
    AbstractFileSet
    Annotations
    @throws( ... )
  98. def setErrorOnMissingDir(arg0: Boolean): Unit

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

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

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

    Definition Classes
    AbstractFileSet
  102. def setFollowSymlinks(arg0: Boolean): Unit

    Definition Classes
    AbstractFileSet
  103. def setIncludes(arg0: String): Unit

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

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

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

    Definition Classes
    AbstractFileSet
  107. def setProject(arg0: org.apache.tools.ant.Project): Unit

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

    Definition Classes
    AbstractFileSet → DataType
    Annotations
    @throws( ... )
  109. def setupDirectoryScanner(arg0: FileScanner, arg1: org.apache.tools.ant.Project): Unit

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

    Definition Classes
    AbstractFileSet
  111. def size(): Int

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

    Definition Classes
    AnyRef
  113. def toString(): String

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from AntFileSet to ArrowAssoc[AntFileSet] 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 AntFileSet 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:
    (antFileSet: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from AntFileSet 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:
    (antFileSet: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: AntFileSet

    Implicit information
    This member is added by an implicit conversion from AntFileSet to ArrowAssoc[AntFileSet] 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:
    (antFileSet: ArrowAssoc[AntFileSet]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AntFileSet

    Implicit information
    This member is added by an implicit conversion from AntFileSet to Ensuring[AntFileSet] 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:
    (antFileSet: Ensuring[AntFileSet]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 AntFileSet to StringAdd

Inherited by implicit conversion any2stringfmt from AntFileSet to StringFormat

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

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

Ungrouped