com
.
bnd
.
core
.
consoleclient
ConsoleClient
Related Doc:
package consoleclient
abstract
class
ConsoleClient
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ConsoleClient
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ConsoleClient
(
args:
Array
[
String
]
)
Abstract Value Members
abstract
def
createOptions
()
:
Array
[
ConsoleClientOption
[_]]
Attributes
protected[
com.bnd.core.consoleclient
]
abstract
def
execute
()
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
abstract
def
getAppName
()
:
String
Attributes
protected[
com.bnd.core.consoleclient
]
abstract
def
getJarName
()
:
String
Attributes
protected[
com.bnd.core.consoleclient
]
abstract
def
getVersion
()
:
String
Attributes
protected[
com.bnd.core.consoleclient
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
checkAtLeastOneOfOptionsNotNull
(
options:
Array
[
ConsoleClientOption
[_]]
,
errorMessage:
String
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
checkExactlyOneOptionNotNull
(
options:
Array
[
ConsoleClientOption
[_]]
,
errorMessage:
String
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
checkOptionNotNull
(
option:
ConsoleClientOption
[_]
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
checkOptionsNotNull
(
options:
Array
[
ConsoleClientOption
[_]]
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
existsFile
(
fileName:
String
)
:
Boolean
Attributes
protected[
com.bnd.core.consoleclient
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getAuthor
()
:
String
Attributes
protected[
com.bnd.core.consoleclient
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCreationYear
()
:
Int
Attributes
protected[
com.bnd.core.consoleclient
]
def
getInfo
(
options:
Array
[
ConsoleClientOption
[_]]
)
:
String
Attributes
protected[
com.bnd.core.consoleclient
]
def
getInfo
(
option:
ConsoleClientOption
[_]
)
:
String
Attributes
protected[
com.bnd.core.consoleclient
]
def
getOption
(
flag:
String
)
:
ConsoleClientOption
[_]
Attributes
protected[
com.bnd.core.consoleclient
]
def
getOptionValue
[
T
]
(
option:
ConsoleClientOption
[
T
]
)
:
T
Attributes
protected[
com.bnd.core.consoleclient
]
def
getOptionValue
(
flag:
String
)
:
AnyRef
Attributes
protected[
com.bnd.core.consoleclient
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isOptionNull
(
option:
ConsoleClientOption
[_]
)
:
Boolean
Attributes
protected[
com.bnd.core.consoleclient
]
def
isShowManualFlag
()
:
Boolean
Attributes
protected[
com.bnd.core.consoleclient
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
print
(
string:
String
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
println
(
string:
String
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
printlnExecutionTimeInfo
(
startTime:
Date
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
readFromFile
(
fileName:
String
)
:
String
Attributes
protected[
com.bnd.core.consoleclient
]
def
run
()
:
Unit
def
showHeader
()
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
def
showOptionDescriptions
()
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
validate
()
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
writeToFile
(
fileName:
String
,
content:
String
)
:
Unit
Attributes
protected[
com.bnd.core.consoleclient
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped