@Service public class AbsolutePathBuilder extends Object
Constructor and Description |
---|
AbsolutePathBuilder() |
Modifier and Type | Method and Description |
---|---|
static String |
getAbsolutePath(String path)
Build an absolute path from the relative path provided as parameter.
|
static String |
getApplicationPathParameter(String paramLocation)
Method used to get the absolute path of a UnicosApplication.xml application PathParameter.
|
static String |
getTechnicalPathParameter(String paramLocation)
Method used to get the absolute path of a UnicosApplication.xml technical PathParameter.
|
void |
setCoreManager(research.ch.cern.unicos.core.CoreManager coreManager) |
public static String getTechnicalPathParameter(String paramLocation)
paramLocation
- Parameter location in the plug-in parameters of the UnicosApplicationConfig.public static String getApplicationPathParameter(String paramLocation)
paramLocation
- Parameter location in the plug-in parameters of the UnicosApplicationConfig.public static String getAbsolutePath(String path)
path
- Relative path from the application location.public void setCoreManager(research.ch.cern.unicos.core.CoreManager coreManager)
Copyright © 2010–2016 CERN. All rights reserved.