|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.Manuscripts
Collects and optionally downloads class files from a URL to specified local directory NOTE: index.html should not exist at URL, because web servers directory service will enumerate file names.
Field Summary | |
java.util.Vector |
classPool
Holds role classes for this manuscript |
Constructor Summary | |
Manuscripts()
Constructor only to initialize classPool Vector. |
Method Summary | |
void |
getClasses(java.lang.String pURL,
boolean pDownload,
java.lang.String pDir)
Locates and loads class names from a URL and optionally downloads them. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.util.Vector classPool
Constructor Detail |
public Manuscripts()
Method Detail |
public void getClasses(java.lang.String pURL, boolean pDownload, java.lang.String pDir) throws java.lang.Exception
pURL
- The URL string that holds the role classes for this manuscriptpDownload
- True, if the role classes have to be downloaded into a local directorypDir
- A local directory string that can be the target for the optional download
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |