public abstract class AbstractLibrary extends Object
| Constructor and Description |
|---|
AbstractLibrary(String path,
String libraryName) |
AbstractLibrary(String path,
String libraryName,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
canLoad() |
protected void |
error(String message,
Throwable e) |
String |
getLibraryName() |
String |
getLibraryPath() |
protected String |
getPath() |
protected void |
info(String message) |
boolean |
isLoaded() |
void |
updateLibrary()
Load the decorations-library if necessary.
|
protected void |
warning(String message) |
protected final Logger logger
public void updateLibrary()
public String getLibraryPath()
protected String getPath()
public String getLibraryName()
protected abstract boolean canLoad()
public boolean isLoaded()
protected void info(String message)
protected void warning(String message)