public class StandardInstrumentPrerequisite extends Object
This relationship defines a dependency in time and namespace. A dependent instrument is always loaded after the prerequisiste and the dependent instrument uses the prerequisite instruments classloader as its parent class loader. This means a dependent instrument sees all classes and resources of the prerequisite, but not vice versa.
| Modifier and Type | Class and Description |
|---|---|
class |
StandardInstrumentPrerequisite.Facade
The public portion of the InstrumentPrerequisite, which itself is never
leaked to client code.
|
| Constructor and Description |
|---|
StandardInstrumentPrerequisite(StandardInstrument dependent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsentAction() |
IInstrumentPrerequisite |
getFacade() |
String |
getIfdef() |
String |
getIfnotdef() |
String |
getInstrumentId() |
void |
setAbsentAction(String absentAction) |
void |
setIfdef(String ifdef) |
void |
setIfnotdef(String ifnotdef) |
void |
setInstrumentId(String prerequisiteId) |
public StandardInstrumentPrerequisite(StandardInstrument dependent)
public String getAbsentAction()
public IInstrumentPrerequisite getFacade()
public String getIfdef()
public String getIfnotdef()
public String getInstrumentId()
public void setAbsentAction(String absentAction)
public void setIfdef(String ifdef)
public void setIfnotdef(String ifnotdef)
public void setInstrumentId(String prerequisiteId)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.