|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.main.ImportedClassesClasspathHandler
public class ImportedClassesClasspathHandler
| Constructor Summary | |
|---|---|
ImportedClassesClasspathHandler(Enunciate enunciate)
|
|
| Method Summary | |
|---|---|
protected boolean |
copyImportedClasses(java.util.Map<java.lang.String,java.io.File> foundClasses2Sources,
java.util.Map<java.lang.String,java.io.File> classes2sources)
Copy the relevant found classes that are imported to the specified map. |
boolean |
endPathEntry(java.io.File pathEntry)
End an entry on the classpath. |
java.util.Map<java.lang.String,java.io.File> |
getClassesToSources()
|
void |
handleResource(ClasspathResource resource)
Handle a classpath resource. |
void |
startPathEntry(java.io.File pathEntry)
Start an entry on the classpath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportedClassesClasspathHandler(Enunciate enunciate)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.util.Map<java.lang.String,java.io.File> getClassesToSources()
public void startPathEntry(java.io.File pathEntry)
ClasspathHandler
startPathEntry in interface ClasspathHandlerpathEntry - The path entry.public void handleResource(ClasspathResource resource)
ClasspathHandler
handleResource in interface ClasspathHandlerresource - The classpath resource to handle.public boolean endPathEntry(java.io.File pathEntry)
ClasspathHandler
endPathEntry in interface ClasspathHandlerpathEntry - The entry on the classpath that we're ending.
protected boolean copyImportedClasses(java.util.Map<java.lang.String,java.io.File> foundClasses2Sources,
java.util.Map<java.lang.String,java.io.File> classes2sources)
foundClasses2Sources - the found classes.classes2sources - the target map.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||