de.tototec.sbuild.ant.tasks

AntUntar

class AntUntar extends Untar

Linear Supertypes
Untar, Expand, Task, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AntUntar
  2. Untar
  3. Expand
  4. Task
  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 AntUntar(src: File = null, dest: File = null, overwrite: Boolean = null, encoding: String = null, stripAbsolutePathSpec: Boolean = null, scanForUnicodeExtraFields: Boolean = null)(implicit _project: Project)

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

    Implicit information
    This member is added by an implicit conversion from AntUntar to ArrowAssoc[AntUntar] 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: FileNameMapper): Unit

    Definition Classes
    Expand
  9. def add(arg0: ResourceCollection): Unit

    Definition Classes
    Expand
  10. def addFileset(arg0: FileSet): Unit

    Definition Classes
    Expand
  11. def addPatternset(arg0: PatternSet): Unit

    Definition Classes
    Expand
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. final def bindToOwner(arg0: Task): Unit

    Definition Classes
    Task
  14. def clone(): AnyRef

    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws( ... )
  15. def createMapper(): Mapper

    Definition Classes
    Expand
    Annotations
    @throws( ... )
  16. def ensuring(cond: (AntUntar) ⇒ Boolean, msg: ⇒ Any): AntUntar

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. def execute(): Unit

    Definition Classes
    Expand → Task
    Annotations
    @throws( ... )
  23. def expandFile(arg0: FileUtils, arg1: File, arg2: File): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    Untar → Expand
  24. def expandResource(arg0: Resource, arg1: File): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    Untar → Expand
  25. def extractFile(arg0: FileUtils, arg1: File, arg2: File, arg3: InputStream, arg4: String, arg5: Date, arg6: Boolean, arg7: FileNameMapper): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    Expand
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def finalize(): Unit

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

    Implicit information
    This member is added by an implicit conversion from AntUntar to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def getDescription(): String

    Definition Classes
    ProjectComponent
  30. def getEncoding(): String

    Definition Classes
    Expand
  31. def getFailOnEmptyArchive(): Boolean

    Definition Classes
    Expand
  32. def getLocation(): Location

    Definition Classes
    ProjectComponent
  33. def getMapper(): FileNameMapper

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    Expand
  34. def getOwningTarget(): org.apache.tools.ant.Target

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

    Definition Classes
    ProjectComponent
  36. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

    Definition Classes
    Task
  37. def getScanForUnicodeExtraFields(): Boolean

    Definition Classes
    Expand
  38. def getTaskName(): String

    Definition Classes
    Task
  39. def getTaskType(): String

    Definition Classes
    Task
  40. def getWrapper(): RuntimeConfigurable

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  41. def handleErrorFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  42. def handleErrorOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  43. def handleFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  44. def handleInput(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def handleOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  46. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  47. def init(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  48. def internalSetEncoding(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    Expand
  49. def internalSetScanForUnicodeExtraFields(arg0: Boolean): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    Expand
  50. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  51. final def isInvalid(): Boolean

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  52. def log(arg0: String, arg1: Throwable, arg2: Int): Unit

    Definition Classes
    Task
  53. def log(arg0: Throwable, arg1: Int): Unit

    Definition Classes
    Task
  54. def log(arg0: String, arg1: Int): Unit

    Definition Classes
    Task → ProjectComponent
  55. def log(arg0: String): Unit

    Definition Classes
    Task → ProjectComponent
  56. def maybeConfigure(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  57. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  58. final def notify(): Unit

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

    Definition Classes
    AnyRef
  60. final def perform(): Unit

    Definition Classes
    Task
  61. def reconfigure(): Unit

    Definition Classes
    Task
  62. def setCompression(arg0: UntarCompressionMethod): Unit

    Definition Classes
    Untar
  63. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  64. def setDest(arg0: File): Unit

    Definition Classes
    Expand
  65. def setEncoding(arg0: String): Unit

    Definition Classes
    Untar → Expand
  66. def setFailOnEmptyArchive(arg0: Boolean): Unit

    Definition Classes
    Expand
  67. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  68. def setOverwrite(arg0: Boolean): Unit

    Definition Classes
    Expand
  69. def setOwningTarget(arg0: org.apache.tools.ant.Target): Unit

    Definition Classes
    Task
  70. def setProject(arg0: org.apache.tools.ant.Project): Unit

    Definition Classes
    ProjectComponent
  71. def setRuntimeConfigurableWrapper(arg0: RuntimeConfigurable): Unit

    Definition Classes
    Task
  72. def setScanForUnicodeExtraFields(arg0: Boolean): Unit

    Definition Classes
    Untar → Expand
  73. def setSrc(arg0: File): Unit

    Definition Classes
    Expand
  74. def setStripAbsolutePathSpec(arg0: Boolean): Unit

    Definition Classes
    Expand
  75. def setTaskName(arg0: String): Unit

    Definition Classes
    Task
  76. def setTaskType(arg0: String): Unit

    Definition Classes
    Task
  77. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  78. def toString(): String

    Definition Classes
    AnyRef → Any
  79. final def wait(): Unit

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

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

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

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

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

Deprecated Value Members

  1. def x: AntUntar

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AntUntar

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Untar

Inherited from Expand

Inherited from Task

Inherited from ProjectComponent

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AntUntar to StringAdd

Inherited by implicit conversion any2stringfmt from AntUntar to StringFormat

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

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

Ungrouped