de.tototec.sbuild.ant

AntFileList

class AntFileList extends FileList

Linear Supertypes
FileList, ResourceCollection, DataType, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AntFileList
  2. FileList
  3. ResourceCollection
  4. DataType
  5. ProjectComponent
  6. Cloneable
  7. AnyRef
  8. 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 AntFileList(dir: File = null, files: String = null)(implicit _project: Project)

  2. new AntFileList()(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 AntFileList to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AntFileList, B)

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

    Definition Classes
    FileList
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def checkAttributesAllowed(): Unit

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

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

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

    Definition Classes
    DataType → ProjectComponent → AnyRef
    Annotations
    @throws( ... )
  14. def dieOnCircularReference(arg0: Stack, arg1: org.apache.tools.ant.Project): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  31. def getDescription(): String

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

    Definition Classes
    FileList
  33. def getFiles(arg0: org.apache.tools.ant.Project): Array[String]

    Definition Classes
    FileList
  34. def getLocation(): Location

    Definition Classes
    ProjectComponent
  35. def getProject(): org.apache.tools.ant.Project

    Definition Classes
    ProjectComponent
  36. def getRef(arg0: org.apache.tools.ant.Project): FileList

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

    Definition Classes
    DataType
  38. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  39. def isChecked(): Boolean

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

    Definition Classes
    FileList → ResourceCollection
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. def isReference(): Boolean

    Definition Classes
    DataType
  43. def iterator(): Iterator

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

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

    Definition Classes
    ProjectComponent
  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. def noChildrenAllowed(): BuildException

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

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

    Definition Classes
    AnyRef
  50. def setChecked(arg0: Boolean): Unit

    Attributes
    protected[org.apache.tools.ant.types]
    Definition Classes
    DataType
  51. def setDescription(arg0: String): Unit

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

    Definition Classes
    FileList
    Annotations
    @throws( ... )
  53. def setFiles(arg0: String): Unit

    Definition Classes
    FileList
  54. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  55. def setProject(arg0: org.apache.tools.ant.Project): Unit

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

    Definition Classes
    FileList → DataType
    Annotations
    @throws( ... )
  57. def size(): Int

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

    Definition Classes
    AnyRef
  59. def toString(): String

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

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

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

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

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

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

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

Deprecated Value Members

  1. def x: AntFileList

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AntFileList

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from FileList

Inherited from ResourceCollection

Inherited from DataType

Inherited from ProjectComponent

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AntFileList to StringAdd

Inherited by implicit conversion any2stringfmt from AntFileList to StringFormat

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

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

Ungrouped