com.partnersoft.v3x.platform.launch
Class AppConfiguration

java.lang.Object
  extended by com.partnersoft.v3x.platform.launch.AppConfiguration

public class AppConfiguration
extends java.lang.Object

Generic application configuration.


Constructor Summary
AppConfiguration()
           
AppConfiguration(java.util.Properties props)
           
 
Method Summary
 java.lang.String[] getAppArgs()
           
 java.lang.String getAppClass()
           
 java.lang.Object getAppObject()
           
 java.lang.String getLogName()
          Gets the value of logName
 java.lang.String getName()
          Gets the value of name
 java.lang.String getPackageName()
          Gets the value of packageName
 boolean isGui()
          Gets the value of gui
 boolean isReadOnly()
          Gets the value of readOnly
 void setAppArgs(java.lang.String[] newArgs)
           
 void setAppClass(java.lang.String newClass)
           
 void setAppObject(java.lang.Object newObject)
           
 void setGui(boolean argGui)
          Sets the value of gui
 void setLogName(java.lang.String argLogName)
          Sets the value of logName
 void setName(java.lang.String argName)
          Sets the value of name
 void setPackageName(java.lang.String argPackageName)
          Sets the value of packageName
 void setReadOnly(boolean argReadOnly)
          Sets the value of readOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppConfiguration

public AppConfiguration()

AppConfiguration

public AppConfiguration(java.util.Properties props)
Method Detail

getName

public java.lang.String getName()
Gets the value of name

Returns:
the value of name

setName

public void setName(java.lang.String argName)
Sets the value of name

Parameters:
argName - Value to assign to this.name

getLogName

public java.lang.String getLogName()
Gets the value of logName

Returns:
the value of logName

setLogName

public void setLogName(java.lang.String argLogName)
Sets the value of logName

Parameters:
argLogName - Value to assign to this.logName

isGui

public boolean isGui()
Gets the value of gui

Returns:
the value of gui

setGui

public void setGui(boolean argGui)
Sets the value of gui

Parameters:
argGui - Value to assign to this.gui

isReadOnly

public boolean isReadOnly()
Gets the value of readOnly

Returns:
the value of readOnly

setReadOnly

public void setReadOnly(boolean argReadOnly)
Sets the value of readOnly

Parameters:
argReadOnly - Value to assign to this.readOnly

getPackageName

public java.lang.String getPackageName()
Gets the value of packageName

Returns:
the value of packageName

setPackageName

public void setPackageName(java.lang.String argPackageName)
Sets the value of packageName

Parameters:
argPackageName - Value to assign to this.packageName

getAppObject

public java.lang.Object getAppObject()

setAppObject

public void setAppObject(java.lang.Object newObject)

getAppClass

public java.lang.String getAppClass()

setAppClass

public void setAppClass(java.lang.String newClass)

getAppArgs

public java.lang.String[] getAppArgs()

setAppArgs

public void setAppArgs(java.lang.String[] newArgs)