|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
@Deprecated public class FileCachingClassPathAdvisor
Uses a properties file to map all known URIs to last modified date,size, and whether it contains significant class-model artifacts that contributes to habitat production.
Field Summary | |
---|---|
static String |
HK2_CLASS_PATH_ADVISOR_CACHE_FILE
Deprecated. |
static String |
TAG_SYS_PROP
Deprecated. |
Constructor Summary | |
---|---|
FileCachingClassPathAdvisor()
Deprecated. |
|
FileCachingClassPathAdvisor(String cacheFileName)
Deprecated. |
Method Summary | |
---|---|
boolean |
accept(File file)
Deprecated. |
void |
finishing(Set<URI> significant,
Set<URI> insignificant)
Deprecated. Called at the completion of class-model habitat creation |
void |
starting(ClassPath inhabitantsClassPath)
Deprecated. Called at the start of class-model habitat creation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TAG_SYS_PROP
public static final String HK2_CLASS_PATH_ADVISOR_CACHE_FILE
Constructor Detail |
---|
public FileCachingClassPathAdvisor()
public FileCachingClassPathAdvisor(String cacheFileName)
Method Detail |
---|
public void starting(ClassPath inhabitantsClassPath)
ClassPathAdvisor
starting
in interface ClassPathAdvisor
inhabitantsClassPath
- the full classpath for locating class artifactspublic void finishing(Set<URI> significant, Set<URI> insignificant)
ClassPathAdvisor
finishing
in interface ClassPathAdvisor
significant
- the set of code sources that were significant in that they contributed to logical habitat creationinsignificant
- the set of code sources that were not significant in creation of the logical habitatpublic boolean accept(File file)
accept
in interface FileFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |