Class

com.bnd.core.consoleclient

ConsoleClient

Related Doc: package consoleclient

Permalink

abstract class ConsoleClient extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsoleClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsoleClient(args: Array[String])

    Permalink

Abstract Value Members

  1. abstract def createOptions(): Array[ConsoleClientOption[_]]

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  2. abstract def execute(): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  3. abstract def getAppName(): String

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  4. abstract def getJarName(): String

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  5. abstract def getVersion(): String

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkAtLeastOneOfOptionsNotNull(options: Array[ConsoleClientOption[_]], errorMessage: String): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  6. def checkExactlyOneOptionNotNull(options: Array[ConsoleClientOption[_]], errorMessage: String): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  7. def checkOptionNotNull(option: ConsoleClientOption[_]): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  8. def checkOptionsNotNull(options: Array[ConsoleClientOption[_]]): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def existsFile(fileName: String): Boolean

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAuthor(): String

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getCreationYear(): Int

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  17. def getInfo(options: Array[ConsoleClientOption[_]]): String

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  18. def getInfo(option: ConsoleClientOption[_]): String

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  19. def getOption(flag: String): ConsoleClientOption[_]

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  20. def getOptionValue[T](option: ConsoleClientOption[T]): T

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  21. def getOptionValue(flag: String): AnyRef

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isOptionNull(option: ConsoleClientOption[_]): Boolean

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  25. def isShowManualFlag(): Boolean

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def print(string: String): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  30. def println(string: String): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  31. def printlnExecutionTimeInfo(startTime: Date): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  32. def readFromFile(fileName: String): String

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  33. def run(): Unit

    Permalink
  34. def showHeader(): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  35. def showOptionDescriptions(): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def validate(): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def writeToFile(fileName: String, content: String): Unit

    Permalink
    Attributes
    protected[com.bnd.core.consoleclient]

Inherited from AnyRef

Inherited from Any

Ungrouped