|
Log4j 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceValue | |
---|---|
pl.psnc.expres.model.experiment | |
pl.psnc.expres.model.factory | |
pl.psnc.expres.model.resource | |
pl.psnc.expres.model.resource.helper |
Uses of ResourceValue in pl.psnc.expres.model.experiment |
---|
Methods in pl.psnc.expres.model.experiment that return types with arguments of type ResourceValue | |
---|---|
java.util.List<ResourceValue> |
VlbiExperiment.getResources()
Get value of field: resources |
Method parameters in pl.psnc.expres.model.experiment with type arguments of type ResourceValue | |
---|---|
void |
VlbiExperiment.setResources(java.util.List<ResourceValue> resources)
Set value of field: resources |
Uses of ResourceValue in pl.psnc.expres.model.factory |
---|
Methods in pl.psnc.expres.model.factory that return ResourceValue | |
---|---|
protected static ResourceValue |
ResourceFactory.getResource(int id)
Get the resource by the given id |
static ResourceValue |
ResourceFactory.getResource(int id,
java.io.InputStream inStream)
Get the resource by the given id |
static ResourceValue |
ResourceFactory.getResource(int id,
java.lang.String filePath)
Get the resource by the given id |
static ResourceValue |
ResourceFactory.getResource(java.lang.String abbreviation,
java.io.InputStream resourceIn)
Get the resource by the given id |
static ResourceValue |
ResourceFactory.getResource(java.lang.String abbreviation,
java.lang.String filePath)
Get the resource by the given id |
Methods in pl.psnc.expres.model.factory that return types with arguments of type ResourceValue | |
---|---|
static java.util.List<ResourceValue> |
ResourceFactory.getResources()
Get the resource list from default location defined by ModelKeys.RESOURCE_LOCATION |
static java.util.List<ResourceValue> |
ResourceFactory.getResources(java.io.InputStream inStream)
Get the resource list |
static java.util.List<ResourceValue> |
ResourceFactory.getResources(java.lang.String filePath)
Get the resource list |
static java.util.List<ResourceValue> |
ResourceFactory.getResourcesFromString(java.lang.String resourceAsString)
Get the resource list from string |
Uses of ResourceValue in pl.psnc.expres.model.resource |
---|
Methods in pl.psnc.expres.model.resource that return types with arguments of type ResourceValue | |
---|---|
java.util.List<ResourceValue> |
ResourceMapper.getResources()
|
Method parameters in pl.psnc.expres.model.resource with type arguments of type ResourceValue | |
---|---|
void |
ResourceMapper.setResources(java.util.List<ResourceValue> resources)
|
Uses of ResourceValue in pl.psnc.expres.model.resource.helper |
---|
Methods in pl.psnc.expres.model.resource.helper that return ResourceValue | |
---|---|
static ResourceValue |
ResourceHelper.getResource(int id,
java.util.List<ResourceValue> resourceList)
Get instance of resource value by the given resource identifier or null if resource was not found. |
static ResourceValue |
ResourceHelper.getResourceByAbbr(java.lang.String abbr,
java.util.List<ResourceValue> resourceList)
Get instance of resource value by the given resource abbreviation or null if resource was not found. |
Methods in pl.psnc.expres.model.resource.helper that return types with arguments of type ResourceValue | ||
---|---|---|
static
|
ResourceHelper.getConcreteTypes(java.util.List<ResourceValue> resourceList,
java.lang.Class<T> concreteType)
Get a list of resources with a given type from the resource list |
|
static java.util.List<ResourceValue> |
ResourceHelper.getCorrelatorNodeList(java.util.List<ResourceValue> resourceList)
Get list of correlator nodes from the given resource list |
|
static java.util.List<ResourceValue> |
ResourceHelper.getFileServerList(java.util.List<ResourceValue> resourceList)
Get list of file servers from the given resource list |
|
static java.util.List<ResourceValue> |
ResourceHelper.getRadioTelescopeList(java.util.List<ResourceValue> resourceList)
Get list of radio telescopes from the given resource list |
Method parameters in pl.psnc.expres.model.resource.helper with type arguments of type ResourceValue | ||
---|---|---|
static
|
ResourceHelper.getConcreteTypes(java.util.List<ResourceValue> resourceList,
java.lang.Class<T> concreteType)
Get a list of resources with a given type from the resource list |
|
static java.util.List<ResourceValue> |
ResourceHelper.getCorrelatorNodeList(java.util.List<ResourceValue> resourceList)
Get list of correlator nodes from the given resource list |
|
static java.util.List<ResourceValue> |
ResourceHelper.getFileServerList(java.util.List<ResourceValue> resourceList)
Get list of file servers from the given resource list |
|
static java.util.List<ResourceValue> |
ResourceHelper.getRadioTelescopeList(java.util.List<ResourceValue> resourceList)
Get list of radio telescopes from the given resource list |
|
static ResourceValue |
ResourceHelper.getResource(int id,
java.util.List<ResourceValue> resourceList)
Get instance of resource value by the given resource identifier or null if resource was not found. |
|
static ResourceValue |
ResourceHelper.getResourceByAbbr(java.lang.String abbr,
java.util.List<ResourceValue> resourceList)
Get instance of resource value by the given resource abbreviation or null if resource was not found. |
|
Log4j 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |