public abstract class ServerConfigObject extends TransferableObject
Constructor and Description |
---|
ServerConfigObject(java.lang.String configFileName) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
configFileIn(java.io.File configDir)
Expands to the full file path of the network config file.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigFileName() |
int |
hashCode() |
abstract void |
read(ApplicationContext ctx,
java.io.File configDir) |
void |
read(ServerContext serverCtx) |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
abstract void |
write(ApplicationContext ctx,
java.io.File configDir) |
void |
write(ServerContext serverCtx) |
clone, copy
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
public java.lang.String getConfigFileName()
public final java.io.File configFileIn(java.io.File configDir)
public abstract void write(ApplicationContext ctx, java.io.File configDir) throws java.lang.Exception
java.lang.Exception
public abstract void read(ApplicationContext ctx, java.io.File configDir) throws java.lang.Exception
java.lang.Exception
public final void write(ServerContext serverCtx) throws java.lang.Exception
java.lang.Exception
public final void read(ServerContext serverCtx) throws java.lang.Exception
java.lang.Exception
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2013 EsprIT-Systems. All Rights Reserved.