object Util extends TraitFilePropertyReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- TraitFilePropertyReader
- TraitCommonFilePropReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
backup: String
- Definition Classes
- TraitCommonFilePropReader
-
def
cleanH2DB(dbName: String): Unit
Cleans the H2 database.
Cleans the H2 database. Works only if the database is in H2 embedded or server mode. The database should not be locked by another process. Renames the db file to an timestamped one.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
copyTo(fileName: String): String
- Definition Classes
- TraitCommonFilePropReader
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fileExists: Boolean
- Attributes
- protected[utils]
- Definition Classes
- TraitCommonFilePropReader
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fullFileName: String
- Definition Classes
- TraitCommonFilePropReader
-
def
getBackUpFile: String
- Definition Classes
- TraitCommonFilePropReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getH2DBString(dbms: String, db: String): String
- def h2dbDir(db: String): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val home: String
-
def
initialize: Unit
- Definition Classes
- TraitCommonFilePropReader
-
val
isEncrypted: Boolean
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
-
val
isInitialized: Boolean
- Definition Classes
- TraitCommonFilePropReader
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
processIS(is: InputStream): InputStream
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
-
def
processOS(os: OutputStream): OutputStream
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
-
val
propertyFile: String
- Definition Classes
- Util → TraitCommonFilePropReader
-
val
props: Properties
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String): String
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: Double): Double
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: Long): Long
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: Int): Int
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read(name: String, default: String): String
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
def
read[T](name: String, default: ⇒ T, func: (String) ⇒ T): T
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
-
lazy val
readOnly: Boolean
- Definition Classes
- TraitCommonFilePropReader
-
final
val
readOnlyTag: String("$readOnly")
- Definition Classes
- TraitCommonFilePropReader
-
def
readOption(name: String): Option[String]
- Attributes
- protected
- Definition Classes
- TraitCommonFilePropReader
- lazy val sepr: String
-
val
showDefaultValues: Boolean
- Definition Classes
- TraitFilePropertyReader → TraitCommonFilePropReader
- def startH2DBServer: Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TraitCommonFilePropReader → AnyRef → Any
-
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( ... ) @native()
-
def
write(name: String, value: String, comment: String, backupFile: Boolean): String
- Definition Classes
- TraitCommonFilePropReader