public class TaurusApplicationPersistableProxy
extends java.lang.Object
ITaurusApplication containing all basic information about
the application. This is used as a storage for general code (e.g. parsing
master configuration files, loading cached systems ) which does not have a
relation to anything about specific implementations of the
ITaurusApplication interface.
Not intended to be sub-classed by clients.
TaurusSystemPersistableProxy| Constructor and Description |
|---|
TaurusApplicationPersistableProxy(java.lang.String pName,
java.lang.String pModelLocation,
java.lang.String pVersion,
java.lang.String pInfo)
Creates a new
TaurusApplicationPersistableProxy |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IApplicationPropertyProxy> |
getApplicationProperties()
The
Collection of IApplicationPropertyProxys contains the
information about the cached IApplicationPropertys. |
java.util.Map<java.lang.String,java.lang.String> |
getCustomAttributes()
Gets the map of custom attributes for this application.
|
java.lang.String |
getInfo()
Gets the application info flag.
|
java.lang.String |
getModelLocation()
Gets the location of the model XML file.
|
java.lang.String |
getName()
Gets the unique name of the application, as displayed in the tree view.
|
java.util.Map<java.lang.String,java.lang.String> |
getStaticProperties()
Deprecated.
the cached application properties are stored in
IApplicationPropertyProxys and can be accessed
through
getApplicationProperties() |
java.lang.String |
getVersion()
Gets the newest version of the application (not from the model XML file).
|
public TaurusApplicationPersistableProxy(java.lang.String pName,
java.lang.String pModelLocation,
java.lang.String pVersion,
java.lang.String pInfo)
TaurusApplicationPersistableProxypName - the unique name of the applicationpModelLocation - the location of the applications modelpVersion - the newest version of the model (not of the model file itself)pInfo - application info flag. Can be null.public java.lang.String getName()
public java.lang.String getModelLocation()
public java.lang.String getVersion()
public java.lang.String getInfo()
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getStaticProperties()
IApplicationPropertyProxys and can be accessed
through
getApplicationProperties()public java.util.Collection<IApplicationPropertyProxy> getApplicationProperties()
Collection of IApplicationPropertyProxys contains the
information about the cached IApplicationPropertys.Collection of IApplicationPropertyProxys.public java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
Copyright © 2015 Micro Focus GmbH. All rights reserved.