|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Convenience factory for framework version files.
Method Summary | |
SCMFile |
createFile(java.io.File f)
Creates a file for the given location, identified by a File wrapper. |
SCMFile |
createFile(oracle.ide.model.Locatable l)
Creates a file for the given location, identified by a locatable element in the IDE model. |
SCMFile |
createFile(java.lang.String path)
Creates a file for the given location, identified by an abstract path String for the file location. |
SCMFile |
createFile(java.net.URL url)
Creates a file for the given location, identified by a URL. |
Method Detail |
public SCMFile createFile(oracle.ide.model.Locatable l)
l
- the locatable entity identifying file location.public SCMFile createFile(java.net.URL url)
url
- the URL identifying file location.public SCMFile createFile(java.io.File f)
file
- the File identifying file location.public SCMFile createFile(java.lang.String path)
path
- the String identifying file location by absolute path.
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |