|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.issues.ResourceLocator
public final class ResourceLocator
Resource locator to access resource required by the Maven plugin.
Method Summary | |
---|---|
static ResourceLocator |
getInstance() Returns the reference to the singleton instance. |
TaskDataCache |
getTaskDataCache() Returns the cache of already processed task data. |
void |
setTaskDataCacheIfUnset(TaskDataCache taskDataCache) Sets the cache of already processed task data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public TaskDataCache getTaskDataCache()
public void setTaskDataCacheIfUnset(TaskDataCache taskDataCache)
null
.
taskDataCache
- the cache of already processed task data. Must not be
null
.
public static ResourceLocator getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |