public class CockpitComponentInfo extends Object
| Constructor and Description |
|---|
CockpitComponentInfo(Properties properties,
String rootPath,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
Date |
getCreationDate() |
String |
getExternalLocation() |
Properties |
getProperties() |
String |
getRootPath() |
void |
setClassLoader(ClassLoader classLoader) |
void |
setExternalLocation(String externalLocation) |
void |
setProperties(Properties properties) |
void |
setRootPath(String rootPath) |
public CockpitComponentInfo(Properties properties, String rootPath, ClassLoader classLoader)
public Properties getProperties()
public void setProperties(Properties properties)
public String getRootPath()
public void setRootPath(String rootPath)
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader classLoader)
public String getExternalLocation()
public void setExternalLocation(String externalLocation)
public Date getCreationDate()
Copyright © 2018. All rights reserved.