@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)
coreManager - to be used by the instance.Copyright © 2010–2020 CERN. All rights reserved.