| Package | Description |
|---|---|
| to.etc.domui.util.resources |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathJarRef
A reference to a .jar file containing some resource.
|
class |
CompoundResourceRef |
class |
ProductionClassResourceRef
Classpath resource for PRODUCTION (non-debug) mode.
|
class |
ReloadingClassResourceRef
This is a resource reference to something on the classpath used only in debug mode.
|
class |
WebappResourceRef
A full reference to a web app file (a file somewhere in the webapp's web files or WEB-INF directorty).
|
| Modifier and Type | Method and Description |
|---|---|
IModifyableResource |
ClasspathInventory.findClassSource(Class<?> clz)
Tries to find the .class file for the specified class.
|
IModifyableResource |
ClasspathInventory.findResourceSource(String resourcePath)
Locate the source for some file that is part of the classpath (either a class resource or a .class file itself),
and return a timestamp for that thing if found.
|
IModifyableResource |
ResourceTimestamp.getRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
IResourceDependencyList.add(IModifyableResource c)
Add an
IModifyableResource instance. |
void |
ResourceDependencyList.add(IModifyableResource c) |
| Constructor and Description |
|---|
ReloadingClassResourceRef(IModifyableResource mr,
String name)
Create a root-based class resource ref.
|
ResourceTimestamp(IModifyableResource ref,
long ts) |
Copyright © 2017 etc.to. All rights reserved.