com.webobjects._ideservices
Class _JR_IDEProjectWOLips
java.lang.Object
com.webobjects._ideservices._JR_IDEProjectWOLips
- All Implemented Interfaces:
- com.webobjects._ideservices._IDEProject
public class _JR_IDEProjectWOLips
- extends Object
- implements com.webobjects._ideservices._IDEProject
| Fields inherited from interface com.webobjects._ideservices._IDEProject |
IDE_ClassesKey, IDE_EJBClientClassesKey, IDE_EJBCommonClassesKey, IDE_EJBMetaInfoKey, IDE_EJBServerClassesKey, IDE_FrameworksKey, IDE_HeadersKey, IDE_OtherResourcesKey, IDE_OtherSourcesKey, IDE_PBWO_WOAppResourcesKey, IDE_WebComponentsKey, IDE_WebServerResourcesKey, IDE_WOAppResourcesKey, WBEOModelExtension, WBJavaExtension |
|
Method Summary |
void |
addComponent(String s,
String s1)
|
void |
addFileKey(String s,
String s1)
|
void |
addFilenameExtensionToListOfKnowns(String s)
|
String |
bundlePath()
|
URL |
bundlePathURL()
|
void |
extractEOModelsFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
|
void |
extractFilesForKeyFromProjectIntoWOProject(String s,
_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
|
void |
extractFilesFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
|
void |
extractFilesIntoWOProject(com.webobjects._ideservices._WOProject _pwoproject)
|
void |
extractFrameworksFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
|
void |
extractResourcesFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
|
void |
extractResourcesFromProjectWithKeyIntoWOProject(_JR_WOLipsProject _ppbproject,
String s,
com.webobjects._ideservices._WOProject _pwoproject)
|
NSMutableArray |
fileListForKey(String s,
boolean flag)
|
NSArray |
frameworkBundlePaths()
|
NSArray |
frameworkBundlePathURLs()
|
String |
ideApplicationName()
|
String |
ideProjectPath()
|
String |
languageDir()
|
String |
languageName()
|
void |
openFile(String s,
int i,
String s1)
|
String |
pathForFrameworkNamed(String s)
|
String |
pathToBucket(String s)
|
String |
projectDir()
|
String |
projectDirNotNormalized()
|
String |
projectName()
|
String |
projectTypeName()
|
void |
refreshUnderlyingProjectCache()
|
void |
setPathForFramework(String s,
String s1)
|
boolean |
shouldPreloadResources()
|
static _JR_IDEProjectWOLips |
wolipsProjectAtPath(String bundlePath)
|
static _JR_WOLipsProject |
wolipsProjectFromEclipseProject(String bundlePath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_JR_IDEProjectWOLips
public _JR_IDEProjectWOLips(_JR_WOLipsProject wolipsProject)
wolipsProjectFromEclipseProject
public static _JR_WOLipsProject wolipsProjectFromEclipseProject(String bundlePath)
wolipsProjectAtPath
public static _JR_IDEProjectWOLips wolipsProjectAtPath(String bundlePath)
projectDir
public String projectDir()
- Specified by:
projectDir in interface com.webobjects._ideservices._IDEProject
projectDirNotNormalized
public String projectDirNotNormalized()
- Specified by:
projectDirNotNormalized in interface com.webobjects._ideservices._IDEProject
languageDir
public String languageDir()
- Specified by:
languageDir in interface com.webobjects._ideservices._IDEProject
projectName
public String projectName()
- Specified by:
projectName in interface com.webobjects._ideservices._IDEProject
projectTypeName
public String projectTypeName()
- Specified by:
projectTypeName in interface com.webobjects._ideservices._IDEProject
languageName
public String languageName()
- Specified by:
languageName in interface com.webobjects._ideservices._IDEProject
fileListForKey
public NSMutableArray fileListForKey(String s,
boolean flag)
pathForFrameworkNamed
public String pathForFrameworkNamed(String s)
- Specified by:
pathForFrameworkNamed in interface com.webobjects._ideservices._IDEProject
setPathForFramework
public void setPathForFramework(String s,
String s1)
- Specified by:
setPathForFramework in interface com.webobjects._ideservices._IDEProject
addComponent
public void addComponent(String s,
String s1)
- Specified by:
addComponent in interface com.webobjects._ideservices._IDEProject
pathToBucket
public String pathToBucket(String s)
- Specified by:
pathToBucket in interface com.webobjects._ideservices._IDEProject
addFileKey
public void addFileKey(String s,
String s1)
- Specified by:
addFileKey in interface com.webobjects._ideservices._IDEProject
openFile
public void openFile(String s,
int i,
String s1)
- Specified by:
openFile in interface com.webobjects._ideservices._IDEProject
extractFilesIntoWOProject
public void extractFilesIntoWOProject(com.webobjects._ideservices._WOProject _pwoproject)
- Specified by:
extractFilesIntoWOProject in interface com.webobjects._ideservices._IDEProject
extractFilesFromProjectIntoWOProject
public void extractFilesFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
extractFrameworksFromProjectIntoWOProject
public void extractFrameworksFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
extractEOModelsFromProjectIntoWOProject
public void extractEOModelsFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
extractResourcesFromProjectIntoWOProject
public void extractResourcesFromProjectIntoWOProject(_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
extractResourcesFromProjectWithKeyIntoWOProject
public void extractResourcesFromProjectWithKeyIntoWOProject(_JR_WOLipsProject _ppbproject,
String s,
com.webobjects._ideservices._WOProject _pwoproject)
extractFilesForKeyFromProjectIntoWOProject
public void extractFilesForKeyFromProjectIntoWOProject(String s,
_JR_WOLipsProject _ppbproject,
com.webobjects._ideservices._WOProject _pwoproject)
ideApplicationName
public String ideApplicationName()
- Specified by:
ideApplicationName in interface com.webobjects._ideservices._IDEProject
ideProjectPath
public String ideProjectPath()
- Specified by:
ideProjectPath in interface com.webobjects._ideservices._IDEProject
frameworkBundlePaths
public NSArray frameworkBundlePaths()
- Specified by:
frameworkBundlePaths in interface com.webobjects._ideservices._IDEProject
addFilenameExtensionToListOfKnowns
public void addFilenameExtensionToListOfKnowns(String s)
- Specified by:
addFilenameExtensionToListOfKnowns in interface com.webobjects._ideservices._IDEProject
refreshUnderlyingProjectCache
public void refreshUnderlyingProjectCache()
- Specified by:
refreshUnderlyingProjectCache in interface com.webobjects._ideservices._IDEProject
bundlePath
public String bundlePath()
- Specified by:
bundlePath in interface com.webobjects._ideservices._IDEProject
bundlePathURL
public URL bundlePathURL()
- Specified by:
bundlePathURL in interface com.webobjects._ideservices._IDEProject
frameworkBundlePathURLs
public NSArray frameworkBundlePathURLs()
- Specified by:
frameworkBundlePathURLs in interface com.webobjects._ideservices._IDEProject
shouldPreloadResources
public boolean shouldPreloadResources()
Copyright © 2002 – 2011 Project Wonder.