|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Project | |
| oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
| oracle.ide.cmd | Contains classes implementing several JDeveloper commands. |
| oracle.ide.compiler | Contains classes that allow addins some level of control on the IDE build system. |
| oracle.ide.explorer | Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. |
| oracle.ide.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. |
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
| oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
| oracle.jdeveloper.audit.analyzer | The base classes for writing analyzers. |
| oracle.jdeveloper.audit.model | The base classes for defining the Audit object model. |
| oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. |
| oracle.jdeveloper.audit.transform | The base classes for defining transformations on the Audit object model. |
| oracle.jdeveloper.builder | This package contains the base implementations for the set of classes used for creating new objects. |
| oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes. |
| oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
| oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
| oracle.jdeveloper.controller | |
| oracle.jdeveloper.controls | The controls package contains GUI classes used by the builder classes. |
| oracle.jdeveloper.dialogs | The Dialogs package contains commonly used dialogs. |
| oracle.jdeveloper.engine.db | |
| oracle.jdeveloper.java | Public API for the java model. |
| oracle.jdeveloper.java.locator | Public implementations of the JavaClassLocator interface. |
| oracle.jdeveloper.java.provider | Public implementations of the JavaFileProvider interface. |
| oracle.jdeveloper.jsp.utils | |
| oracle.jdeveloper.junit | The oracle.jdeveloper.junit package contains classes that can be
used to generate JUnit classes in a project. |
| oracle.jdeveloper.library | The Libraries package provides the library API used
by JDeveloper. |
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
| oracle.jdeveloper.palette | |
| oracle.jdeveloper.refactoring.changes | Classes in this package are useful for classes that implement TextChangeBasedRefactoringHandler. |
| oracle.jdeveloper.refactoring.criteria | Provides classes that describe refactoring operations. |
| oracle.jdeveloper.refactoring.model | This package contains the most of the classes you will need if you want to participate into a refactoring operation. |
| oracle.jdeveloper.refactoring.util | This package contains some utility classes related to the refactoring. |
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
| oracle.jdeveloper.vcs.util | Contains assorted stateless utilities for version control system integraton. |
| oracle.jdeveloper.webapp.struts | |
| oracle.jdeveloper.webapp.utils | |
| Uses of Project in oracle.ide |
| Methods in oracle.ide that return Project | |
static Project |
Ide.getActiveProject()
Returns the currently active Project. |
static Project |
Ide.getDefaultProject()
Gets the default project node |
Project |
Context.getProject()
Provides a reference to the Project data associated with this Context. |
| Methods in oracle.ide with parameters of type Project | |
static void |
Ide.setActiveProject(Project project)
Sets the active project |
void |
Context.setProject(Project project)
Set a reference to the Project data associated with this Context. |
| Constructors in oracle.ide with parameters of type Project | |
Context(Workspace workspace,
Project project)
Constructor. |
|
Context(View view,
Workspace workspace,
Project project,
Node node)
Constructor. |
|
| Uses of Project in oracle.ide.cmd |
| Methods in oracle.ide.cmd that return Project | |
static Project |
NewWorkspaceCommand.createProject(Context context,
Workspace workspace)
Provides the UI for creating a project in the given workspace |
| Methods in oracle.ide.cmd with parameters of type Project | |
static void |
AddContentCommand.addToProject(Node node,
Project project,
java.lang.String contentSetKey)
Deprecated. Use add(Node, String) or add(Node[], String). |
static void |
AddContentCommand.addToProject(Node[] nodes,
Project project,
java.lang.String contentSetKey)
Deprecated. Use add(Node, String) or add(Node[], String). |
| Uses of Project in oracle.ide.compiler |
| Methods in oracle.ide.compiler with parameters of type Project | |
void |
CopyListener.initialize(Project project)
This method allows the listener implementation to initialize any data that will be used by every single call to handleCopy(). |
| Uses of Project in oracle.ide.explorer |
| Fields in oracle.ide.explorer declared as Project | |
protected Project |
Explorer.defaultProject
|
| Uses of Project in oracle.ide.layout |
| Methods in oracle.ide.layout that return Project | |
static Project |
AbstractLayoutListener.getProject(java.lang.String viewId,
Layout layout)
|
| Uses of Project in oracle.ide.model |
| Methods in oracle.ide.model that return Project | |
Project |
Workspace.currentActiveProject()
Returns the currently active Project associated with
this Workspace. |
Project |
ProjectChangeEvent.getProject()
|
Project |
Preferences.getDefaultProject()
Returns the default project. |
| Methods in oracle.ide.model with parameters of type Project | |
void |
Workspace.setActiveProject(Project activeProject)
Set the active project. |
static WorkingSets |
WorkingSets.getInstance(Project project)
|
static PatternFilters |
WorkingSet.getCurrentWorkingSetFilters(Project project)
|
static void |
ProjectContent.initializeContentSets(Project project)
|
void |
ProjectChangeListener.projectOpened(Project project)
|
void |
ProjectChangeListener.projectCopied(Project original,
Project copy)
|
void |
ProjectChangeListener.projectClosed(Project project)
|
static OwnerMap |
OwnerMap.getInstance(Project project)
|
static boolean |
OwnerMap.addToOwnerMap(Project project,
Node node,
Node ownerContainer)
Adds the specified node to the project, making ownerContainer the owner of the node. |
abstract Element |
ElementRecognizer.create(java.net.URL url,
Project project)
Creates an instance of the design-time node associated with the specified url. |
static Element |
ElementFactory.findOrCreate(java.net.URL url,
Project project)
Returns an Element associated with the identifier.
|
static DependencyConfiguration |
DependencyConfiguration.getInstance(Project project)
|
boolean |
ContentSetProvider.canExtendURLPath(Project project)
Returns true if the ContentSetProvider allows a URL
to be added to the ContentSet's URLPath in the given Project
context. |
| Uses of Project in oracle.ide.runner |
| Methods in oracle.ide.runner that return Project | |
Project |
RunProcess.getProject()
Returns the Project associated with the RunProcess. |
static Project |
RunProcess.getProject(Context context)
|
Project |
RunLogPage.getProject()
Returns the Project associated with this log page. |
| Methods in oracle.ide.runner with parameters of type Project | |
abstract boolean |
Runner.isRunning(Project project)
This methods checks if any application in the specified project are running. |
abstract boolean |
Runner.terminate(Project project,
boolean force)
This methods requests the runner to terminate all processe running under the specified project. |
abstract void |
Debugger.redefineClasses(Project project,
java.util.Map nameToGuts)
Tells the debugger to redefine some classes that have been recompiled. |
abstract boolean |
Debugger.showSourceFileForStackTraceLine(Workspace workspace,
Project project,
java.lang.String stackTraceLine)
|
abstract java.net.URL |
Debugger.parseStackTraceLine(Workspace workspace,
Project project,
java.lang.String stackTraceLine)
|
abstract boolean |
Debugger.showSourceFileForStackTraceLine(Workspace workspace,
Project project,
java.net.URL urlWithLine)
|
| Uses of Project in oracle.jdeveloper.audit.analyzer |
| Methods in oracle.jdeveloper.audit.analyzer that return Project | |
Project |
AuditContext.getProject()
Gets the project currently being traversed, or null if the root or a workspace is currently being traversed. |
| Methods in oracle.jdeveloper.audit.analyzer with parameters of type Project | |
ModelAdapter |
AuditContext.getModelAdapter(Workspace workspace,
Project project,
java.net.URL url)
Gets the adapter for the model corresponding to a workspace, project, and url. |
| Uses of Project in oracle.jdeveloper.audit.model |
| Methods in oracle.jdeveloper.audit.model that return Project | |
Project |
PackageDirectory.getProject()
Gets the project of this package directory. |
Project |
ModelAdapter.getProject()
Gets the project containing this model. |
Project |
Location.getProject()
Gets the project containing this location. |
| Methods in oracle.jdeveloper.audit.model with parameters of type Project | |
abstract ModelType |
ModelTypeFactory.getModelType(Element element,
Node node,
Project project,
Workspace workspace)
Gets the model type for an element. |
boolean |
ModelType.isAuditable(Element element,
Node node,
Project project,
Workspace workspace)
Gets whether an element is auditable. |
ModelAdapter[] |
ModelType.getModels(ModelFactory factory,
Element element,
Node node,
Project project,
Workspace workspace)
Gets the models for this model type corresponding to an Element. |
java.lang.String |
ModelType.label(Element element,
Node node,
Project project,
Workspace workspace)
Gets the label for an element associated with this model type. |
ModelAdapter |
ModelFactory.getModelAdapter(java.net.URL url,
Project project,
Workspace workspace)
Gets the model adapter corresponding to a URL, or null if none. |
ModelAdapter[] |
ModelFactory.getModelAdapters(Element element,
Node node,
Project project,
Workspace workspace)
Gets the model adapter(s) corresponding to an Element, or an
empty array if none. |
ModelAdapter |
ModelFactory.getModelAdapter(ModelType type,
java.net.URL url,
Element element,
Project project,
Workspace workspace)
Gets the model adapter corresponding to a URL, or null if none. |
| Constructors in oracle.jdeveloper.audit.model with parameters of type Project | |
ModelAdapter(ModelFactory factory,
ModelType type,
ContainerModelAdapter workspace,
Project project)
Creates a model adapter that adapts a @link oracle.ide.model.Project Project} node. |
|
ContainerModelAdapter(ModelFactory factory,
ModelType type,
ContainerModelAdapter workspace,
Project project)
|
|
| Uses of Project in oracle.jdeveloper.audit.service |
| Methods in oracle.jdeveloper.audit.service with parameters of type Project | |
abstract boolean |
Auditor.addElement(Element element,
Node node,
Project project,
Workspace workspace)
Adds the location corresponding to an Element to the set of
locations to be audited. |
abstract int |
Auditor.addElements(Element[] elements,
Node node,
Project project,
Workspace workspace)
Adds the locations corresponding to an array of Elements
in a Node to the set of locations to be audited. |
abstract boolean |
Auditor.addNode(Node node,
Project project,
Workspace workspace)
Adds the location corresponding to a Node to the set of
locations to be audited. |
abstract boolean |
Auditor.addConstruct(java.lang.Object construct,
java.net.URL file,
Project project,
Workspace workspace)
Adds the location corresponding to a construct to the set of locations to be audited. |
| Uses of Project in oracle.jdeveloper.audit.transform |
| Methods in oracle.jdeveloper.audit.transform that return Project | |
Project |
TransformContext.getProject()
Gets the project containing the model to be transformed. |
| Constructors in oracle.jdeveloper.audit.transform with parameters of type Project | |
UndoableEditCommand(java.lang.String name,
TextNode node,
Project project,
Workspace workspace)
Creates an undoable edit wrapper command without an IDE context. |
|
TemplateTransformAdapter.OpenEditorCommand(java.lang.String name,
TextNode node,
Project project,
Workspace workspace)
|
|
TemplateTransformAdapter.TemplateCommand(java.lang.String name,
PseudoTemplateFactory factory,
TextBuffer buffer,
TextNode node,
Project project,
Workspace workspace)
|
|
| Uses of Project in oracle.jdeveloper.builder |
| Methods in oracle.jdeveloper.builder that return Project | |
Project |
SourceModel.getProject()
|
Project |
AbstractBuilderModel.getProject()
|
| Methods in oracle.jdeveloper.builder with parameters of type Project | |
void |
SourceModel.setProject(Project newProj)
|
protected java.lang.String |
AbstractBuilderModel.getDefaultRelativeDirectory(Project project)
|
void |
AbstractBuilderModel.setProject(Project project)
|
| Uses of Project in oracle.jdeveloper.builder.cls |
| Methods in oracle.jdeveloper.builder.cls that return Project | |
protected Project |
AbstractGenerator.getProject()
|
| Methods in oracle.jdeveloper.builder.cls with parameters of type Project | |
protected java.lang.String |
ClassBuilderModel.getDefaultRelativeDirectory(Project project)
|
| Uses of Project in oracle.jdeveloper.cmt |
| Methods in oracle.jdeveloper.cmt that return Project | |
Project |
CmtPackages.getProject()
|
Project |
CmtMessage.getProject()
|
| Methods in oracle.jdeveloper.cmt with parameters of type Project | |
void |
CmtPropertyEditor2.setProject(Project project)
|
Element |
CmtElementRecognizer.create(java.net.URL url,
Project project)
Creates an instance of the design-time node associated with the specified url. |
static CmtComponents |
CmtComponentManager.getCmtComponents(Project prj)
|
| Uses of Project in oracle.jdeveloper.compiler |
| Methods in oracle.jdeveloper.compiler that return Project | |
Project |
IdeLog.getProject()
get current project being compiled |
Project |
IdeLog.Message.getProject()
|
Project |
CompilerPage.MsgTreeNode.getProject()
|
| Methods in oracle.jdeveloper.compiler with parameters of type Project | |
int |
UnifiedBuildSystem.compileInThread(java.lang.Thread thread,
Project prj,
java.util.ArrayList files,
boolean rebuild)
|
void |
Translator.setProject(Project project)
|
void |
Translator.updateProject(Project project)
|
int |
Translator.translate(Project prjNode,
boolean rebuild,
java.util.ArrayList sources,
java.util.ArrayList results)
Translate(), main entry point to the translator, the method will translate every specified files in 'sources' and all generated files will be returned in 'results'. |
static OjcConfiguration |
OjcConfiguration.getOjcConfiguration(Project project,
java.lang.String configName)
Deprecated. Call OjcConfiguration.getInstance(oracle.javatools.data.PropertyStorage) instead |
void |
Ojc.setProject(Project project)
|
void |
Ojc.updateProject(Project project)
|
static java.net.URL |
Ojc.getURLFromClassName(Project prj,
java.lang.String className)
|
int |
Ojc.translate(Project prj,
boolean rebuild,
java.util.ArrayList sources,
java.util.ArrayList results)
return the number of errors 0 if successfull |
boolean |
JCompiler.forceRebuildOnProject(Project prj)
|
int |
JCompiler.compileInThread(java.lang.Thread thread,
Project prj,
java.util.ArrayList files,
boolean rebuild)
compileInThread -- will compile the specified list of classes within the context of an already running compiler thread. |
void |
IdeLog.setProject(Project project)
set current project being compiled |
void |
CopyTranslator.setProject(Project project)
|
void |
CopyTranslator.updateProject(Project project)
|
int |
CopyTranslator.translate(Project prj,
boolean rebuild,
java.util.ArrayList sources,
java.util.ArrayList results)
return the number of errors 0 if successfull |
| Constructors in oracle.jdeveloper.compiler with parameters of type Project | |
IdeLog.Message(Workspace wsp,
Project project,
Storage fname,
java.lang.String msg,
int code,
int line,
int col,
int kind)
|
|
IdeLog.Message(Workspace wsp,
Project project,
Storage fname,
java.lang.String msg,
int code,
int line,
int col)
|
|
| Uses of Project in oracle.jdeveloper.controller |
| Methods in oracle.jdeveloper.controller with parameters of type Project | |
protected void |
NodeActionController.queueContainer(Element element,
Project project,
Workspace workspace,
IdeAction action,
java.util.Map queue)
|
| Uses of Project in oracle.jdeveloper.controls |
| Fields in oracle.jdeveloper.controls declared as Project | |
protected Project |
PackagePopup._project
|
| Methods in oracle.jdeveloper.controls that return Project | |
Project |
ClassPicker.getProject()
|
| Methods in oracle.jdeveloper.controls with parameters of type Project | |
void |
PackagePopup.setProject(Project project)
|
void |
PackagePicker.setProject(Project proj)
|
void |
ClassPicker.setProject(Project proj)
|
| Constructors in oracle.jdeveloper.controls with parameters of type Project | |
PackagePopup(Project project)
|
|
PackagePicker(Project proj)
|
|
ClassPicker(Project proj)
|
|
| Uses of Project in oracle.jdeveloper.dialogs |
| Methods in oracle.jdeveloper.dialogs with parameters of type Project | |
static boolean |
ClassPackageListBrowser.browseClassPackageList(java.lang.String title,
Project project,
boolean packages,
boolean classes,
java.util.List list)
|
static boolean |
ClassPackageListBrowser.browseClassPackageList(java.lang.String title,
Project project,
boolean packages,
boolean classes,
java.util.List list,
java.lang.String helpID)
|
static boolean |
ClassPackageListBrowser.browseClassPackageList(java.awt.Component parent,
java.lang.String title,
Project project,
boolean packages,
boolean classes,
java.util.List list,
java.lang.String helpID)
|
static java.lang.String |
ClassPackageBrowserV2.browseClassOrPackage(java.awt.Component parent,
Project proj,
int mode)
Browses for a single class or package. |
static java.lang.String |
ClassPackageBrowserV2.browseClassOrPackage(java.awt.Component parent,
Project proj,
int mode,
ClassPackageBrowserFilterV2 filter)
Browses for a single class or package. |
static java.lang.String[] |
ClassPackageBrowserV2.browseClassOrPackage(java.awt.Component parent,
Project proj,
int mode,
boolean isMultiSelect)
Browses for one or more classes or packages. |
static java.lang.String[] |
ClassPackageBrowserV2.browseClassOrPackage(java.awt.Component parent,
Project proj,
int mode,
boolean isMultiSelect,
ClassPackageBrowserFilterV2 filter)
Browses for one or more classes or packages. |
static java.lang.String[] |
ClassPackageBrowserV2.browseClassOrPackage(java.awt.Component parent,
Project proj,
int mode,
boolean isMultiSelect,
ClassPackageBrowserFilterV2 filter,
java.lang.String initialSelection)
Browses for one or more classes or packages. |
static java.lang.String[] |
ClassPackageBrowserV2.browseClassOrPackage(java.awt.Component parent,
Project proj,
int mode,
int needs,
boolean isMultiSelect,
ClassPackageBrowserFilterV2 filter)
Deprecated. The needs parameter is obsolete. |
static java.lang.String[] |
ClassPackageBrowserV2.browseClassOrPackage(java.awt.Component parent,
Project proj,
int mode,
int needs,
boolean isMultiSelect,
ClassPackageBrowserFilterV2 filter,
java.lang.String[] initialSelection)
Deprecated. The needs and initialSelection
parameters are obsolete. |
| Constructors in oracle.jdeveloper.dialogs with parameters of type Project | |
ClassPackageListBrowser(Project project,
int mode,
java.util.List list)
Constructs a new instance. |
|
| Uses of Project in oracle.jdeveloper.engine.db |
| Fields in oracle.jdeveloper.engine.db declared as Project | |
protected Project |
DBRevEngine._project
|
| Methods in oracle.jdeveloper.engine.db that return Project | |
static Project |
DBRevEngineProps.getProject(Namespace n)
|
| Methods in oracle.jdeveloper.engine.db with parameters of type Project | |
static void |
DBRevEngineProps.setProject(Namespace n,
Project v)
|
| Uses of Project in oracle.jdeveloper.java |
| Fields in oracle.jdeveloper.java declared as Project | |
protected Project |
JavaManager._project
The project associated with this JavaManager (if it is project based and not URL based.) |
| Methods in oracle.jdeveloper.java with parameters of type Project | |
static JavaManager |
JavaManager.getJavaManager(Project project)
Fetch a JavaManager instance for the given project. |
| Constructors in oracle.jdeveloper.java with parameters of type Project | |
JavaManager(Project project)
Protected constructor purposely. |
|
| Uses of Project in oracle.jdeveloper.java.locator |
| Methods in oracle.jdeveloper.java.locator with parameters of type Project | |
protected void |
ProjectClassLocator.processDependenciesRecurse(Project project,
java.util.List traversedList,
java.util.List libraryList,
URLPath sourcePath,
URLPath classPath,
boolean exportsOnly)
Utility routine which recursively processes a project's dependencies. |
static java.util.Collection |
ProjectClassLocator.getDependentsFor(Project project)
Utility routine to fetch the dependents for the given project. |
protected URLPath |
ProjectClassLocator.getAddedClassPathFor(Project project)
Utility routine to fetch the added classpath for the given project. |
protected java.net.URL |
ProjectClassLocator.getOutputURLFor(Project project)
Utility routine to fetch the output URL for the given project. |
static URLPath |
ProjectClassLocator.getSourcePathFor(Project project)
Utility routine to fetch the source path for the given project. |
protected Library |
ProjectClassLocator.getJDKFor(Project project)
Utility routine to fetch the JDK for the given project. |
protected Library[] |
ProjectClassLocator.getLibrariesFor(Project project,
boolean exportsOnly)
Utility routine to fetch the libraries for the given project. |
static BaseClassLocator |
ClassLocatorFactory.getProjectLocator(Project project)
Fetch a BaseClassLocator instance for the given
project for locating source and class files. |
| Constructors in oracle.jdeveloper.java.locator with parameters of type Project | |
ProjectClassLocator(Project project)
Constructs a new ProjectClassLocator for the given
library. |
|
| Uses of Project in oracle.jdeveloper.java.provider |
| Methods in oracle.jdeveloper.java.provider with parameters of type Project | |
static ProjectFileProvider |
ProjectFileProvider.getFileProvider(Project project)
Static factory method for fetching an instance of the JavaFileProvider for the given project. |
| Uses of Project in oracle.jdeveloper.jsp.utils |
| Methods in oracle.jdeveloper.jsp.utils with parameters of type Project | |
static java.net.URL |
WebXml.getWebXmlURL(Project project)
Deprecated. Use WebAppNode and WebApp Returns the URL to the web.xml file associated with the
specified Project. |
void |
WebXml.loadFromProject(Project project)
Deprecated. Use WebAppNode directly instead. |
boolean |
WARUtil.importWarToProject(java.net.URL war,
Project project,
java.lang.String[] suffixExcludes,
java.lang.String[] nameExcludes,
boolean addToNavigator)
This method adds files to the project |
static void |
War.createForProject(Project prj)
|
static boolean |
War.exists(Project prj)
Check to see if a WEB-INF directory exists in project |
static java.net.URL |
JSPTagUtils.getWebInfURL(Project project)
Returns the current WEB-INF directory of the project. |
static java.net.URL |
JSPTagUtils.getWebInfLibURL(Project project)
Returns the current WEB-INF/lib directory of the project. |
static JspLibrary |
JSPTagUtils.getJspLibrary(java.lang.String libraryName,
Project project)
If a tag library with given name is used in the project, returns that library. |
static JspLibrary |
JSPTagUtils.getJspLibraryByURI(java.lang.String uri,
Project project)
If a tag library with given URI is used in the project, returns that library. |
static void |
JSPTagUtils.updateProjectWithTagLibrary(JspLibrary jspLib,
Project project)
Updates project with the current Jsplibrary. |
static void |
JSPTagUtils.updateProjectWithTagLibraries(JspLibrary[] jspLibs,
Project project)
|
static void |
JSPTagUtils.addTld(JspLibrary jspLib,
Project prj)
Deprecated. use updateProjectWithTagLibrary() method to add tag library to the project. It will do all needed actions. |
static void |
JSPTagUtils.addArchive(JspLibrary jspLib,
Project prj)
Deprecated. use #updateProjectWithTagLibrary(JspLibrary , JProject) |
static void |
JSPTagUtils.addArchive(JspLibrary jspLib,
java.net.URL _url,
Project prj)
Deprecated. use #updateProjectWithTagLibrary(JspLibrary, JProject) |
static void |
JSPTagUtils.addTagLibMap(Project prj,
oracle.jdeveloper.xml.j2ee.war.WebAppNode webAppNode,
java.lang.String taglibUri,
java.lang.String taglibLocation)
Inserts new explicit tag-lib entry in the web.xml file. |
| Uses of Project in oracle.jdeveloper.junit |
| Methods in oracle.jdeveloper.junit that return Project | |
Project |
UnitTestCase.getProject()
Returns the JProject that will contain the newly generated TestCase. |
| Methods in oracle.jdeveloper.junit with parameters of type Project | |
void |
UnitTestFixture.configureProject(Project project)
Configures the project for this UnitTestFixture. |
static UnitTestSuite |
UnitTestFactory.createTestSuite(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName)
This method is used to create a New TestSuite. |
static UnitTestSuite |
UnitTestFactory.createTestSuite(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName,
boolean generateMain)
Creates a new TestSuite. |
static UnitTestSuite |
UnitTestFactory.createTestSuite(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName,
boolean generateMain,
UnitTestRunnerChoice runner)
Creates a new TestSuite. |
static UnitTestCase |
UnitTestFactory.createClassTestCase(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName)
Creates an instance of a ClassTestCase. |
static UnitTestCase |
UnitTestFactory.createClassTestCase(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName,
boolean generateMain)
Creates an instance of a ClassTestCase. |
static UnitTestCase |
UnitTestFactory.createClassTestCase(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName,
boolean generateMain,
UnitTestRunnerChoice runner)
Creates an instance of a ClassTestCase. |
static UnitTestCase |
UnitTestFactory.createMethodTestCase(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName)
Creates a method test case. |
static UnitTestCaseSuite |
UnitTestFactory.createSuiteTestCase(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName)
Creates a SuiteTestCase, which is a test case that
implements the suite() method. |
static UnitTestCaseSuite |
UnitTestFactory.createSuiteTestCase(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName,
boolean generateMain)
Creates a SuiteTestCase, which is a test case that
implements the suite() method. |
static UnitTestCaseSuite |
UnitTestFactory.createSuiteTestCase(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName,
boolean generateMain,
UnitTestRunnerChoice runner)
Creates a SuiteTestCase, which is a test case that
implements the suite() method. |
static UnitTestCase |
UnitTestFactory.createTestCaseFromClass(Project project,
JavaClass testClass)
This method creates a TestCase from an existing Java class. |
static UnitTestFixture |
UnitTestFactory.createTestFixtureFromClass(Project project,
JavaClass fixtureClass)
This method creates a TestFixture from an existing Java class. |
static UnitTestFixture |
UnitTestFactory.createTestFixture(Project project,
Workspace workspace,
java.lang.String sPackage,
java.lang.String sClassName)
Creates a new TestFixture and adds a setUp and tearDown methods to it. |
static boolean |
UnitTestFactory.installJUnit(Project project)
This method should be called by any addin/wizard to make sure that the JUnit library has been added to a project. |
protected static java.util.HashMap |
UnitTestFactory.saveProjectState(Project proj)
|
| Uses of Project in oracle.jdeveloper.library |
| Methods in oracle.jdeveloper.library that return Project | |
protected Project |
ProjectLibrary.getProject()
|
| Uses of Project in oracle.jdeveloper.model |
| Methods in oracle.jdeveloper.model that return Project | |
static Project[] |
PathsConfiguration.getDependentProjects(Context context)
This gets the list of dependent projects for the project in the context. |
Project |
JavaProjectEvent.getProject()
|
Project |
JProjectTechnologyEvent.getProject()
Returns the JProject in which the technology change occurred. |
| Methods in oracle.jdeveloper.model with parameters of type Project | |
static PathsConfiguration |
PathsConfiguration.getInstance(Project project)
Retrieves an instance of PathsConfiguration for the specified
project. |
static PathsConfiguration |
PathsConfiguration.getInstance(Project project,
oracle.javatools.data.PropertyStorage propertyData)
|
java.lang.String |
PackagedSource.getPackage(Project project)
Returns the package for the source file. |
java.lang.String |
JavaSourceNode.getPackage(Project project)
|
static JavaProject |
JavaProject.getInstance(Project project)
|
static JavaProject |
JavaProject.getInstance(Project project,
oracle.javatools.data.HashStructure hash)
|
static java.lang.String |
JavaProject.generateDefaultPackageName(Project project)
Returns a valid package name based on the project name. |
static java.net.URL |
JProjectUtil.getProjectBasePath(Project project)
Retrieves the URL that denotes the base path that should be used when creating new source files. |
static void |
JProjectUtil.addLibraries(Project proj,
java.lang.Object[] libraries)
Adds the specified libraries to a project, and fires PropertyChangeEvents if the project's classpath, sourcepath, or docpath changed. |
static void |
JProjectUtil.removeLibraries(Project proj,
java.lang.Object[] libraries)
Removes the specified libraries from a project, and fires PropertyChangeEvents if the project's classpath, sourcepath, or docpath changed. |
static void |
JProjectUtil.setOutputDirectory(Project project,
java.net.URL outputDirectory)
Sets the location for a project's generated class files. |
static void |
JProjectUtil.execturePathChange(Project project,
java.lang.Runnable runnable)
Deprecated. Use project.applyBatchChanges Executes a runnable and sends property path changed events. Example Usage:
Runnable changePathRunnable = new Runnable()
{
project.addLibrary(...);
project.setOutputDirectory(...);
};
JProjectUtil.execturePathChange(changePathRunnable);
|
static J2eeSettings |
J2eeSettings.getInstance(Project project)
Retrieves an instance of J2eeSettings for the specified
project. |
static J2eeSettings |
J2eeSettings.getInstance(Project project,
oracle.javatools.data.PropertyStorage propertyData)
|
void |
ContentSetPanel.loadFrom(Project project,
ContentSet contentSet)
Initializes the panel from the supplied Project
and ContentSet. |
java.lang.String |
JspSourceNode.getPackage(Project project)
|
| Constructors in oracle.jdeveloper.model with parameters of type Project | |
JProjectTechnologyEvent(Project project,
java.lang.String technologyKey)
Constructs a new JProjectTechnologyEvent object. |
|
| Uses of Project in oracle.jdeveloper.palette |
| Methods in oracle.jdeveloper.palette with parameters of type Project | |
void |
ConfigureProject.configure(Context context,
Project project)
Called by individual palette items when activated. |
| Uses of Project in oracle.jdeveloper.refactoring.changes |
| Methods in oracle.jdeveloper.refactoring.changes with parameters of type Project | |
static boolean |
DeleteNode.deleteNode(Project project,
java.net.URL url)
|
| Constructors in oracle.jdeveloper.refactoring.changes with parameters of type Project | |
DeleteNode(Project project,
java.net.URL url)
|
|
CreateNode(Project project,
java.net.URL url,
java.lang.String text)
|
|
| Uses of Project in oracle.jdeveloper.refactoring.criteria |
| Methods in oracle.jdeveloper.refactoring.criteria with parameters of type Project | |
void |
MoveClassesCriteria.addDirectoryMove(JavaManager javaManager,
java.net.URL sourceEntry,
java.lang.String sourceSuffix,
Project targetProject,
java.net.URL targetEntry,
java.lang.String targetSuffix)
|
| Uses of Project in oracle.jdeveloper.refactoring.model |
| Methods in oracle.jdeveloper.refactoring.model that return Project | |
Project[] |
URLHandler.getIncludedProjects(SearchOperation searchOperation,
ProgressIndicator progressIndicator)
|
static Project[] |
URLHandler.getIncludedProjects(SearchOperation searchOperation,
java.lang.String fqClassName)
|
static Project[] |
URLHandler.getIncludedProjects(SearchOperation searchOperation,
java.lang.String[] fqClassNames)
|
static Project[] |
URLHandler.getIncludedProjects(SearchOperation searchOperation,
java.lang.String[] fqClassNames,
oracle.jdevimpl.refactoring.search.Scope scope)
|
Project |
SearchResultsPerHandler.getProject()
|
Project |
BaseUsageEntry.getProject()
|
| Methods in oracle.jdeveloper.refactoring.model with parameters of type Project | |
static UsageEntry |
UsageEntry.createEntry(Project project,
java.net.URL url,
int offset,
int length)
Deprecated. replaced by UsageEntry.createEntry(oracle.ide.model.Project, java.net.URL, int, int, int) |
static UsageEntry |
UsageEntry.createEntry(Project project,
java.net.URL url,
int offset,
int length,
int usageType)
|
Node[] |
URLRefactoringHandler.getAffectedNodes(SearchOperation searchOperation,
UsageModel usageModel,
Project project)
|
abstract boolean |
URLRefactoringHandler.doChanges(SearchOperation searchOperation,
UsageModel usageModel,
Project project)
|
abstract java.util.HashSet |
URLHandler.chooseURLs(SearchOperation searchOperation,
Project project,
ProgressIndicator progressIndicator)
|
abstract UsageModel |
URLHandler.findUsages(SearchOperation searchOperation,
Project project,
java.net.URL[] urls,
ProgressIndicator progressIndicator)
|
protected RefactoringChange[] |
TextChangeBasedRefactoringHandler.getChanges(SearchOperation searchOperation,
UsageModel usageModel,
Project project)
|
Node[] |
TextChangeBasedRefactoringHandler.getAffectedNodes(SearchOperation searchOperation,
UsageModel usageModel,
Project project)
|
boolean |
TextChangeBasedRefactoringHandler.doChanges(SearchOperation searchOperation,
UsageModel usageModel,
Project project)
|
| Constructors in oracle.jdeveloper.refactoring.model with parameters of type Project | |
UsageEntry(Project project,
TextNode textNode,
int offset,
int length,
int usageType)
|
|
UsageEntry(Project project,
java.net.URL url,
int offset,
int length,
int usageType,
int validityType)
|
|
UsageEntry(Project project,
SourceElement sourceElement,
int usageType,
int validityType)
|
|
SearchResultsPerHandler(URLHandler handler,
Project project,
java.net.URL[] urls)
|
|
BaseUsageEntry(Project project,
int usageType)
|
|
| Uses of Project in oracle.jdeveloper.refactoring.util |
| Methods in oracle.jdeveloper.refactoring.util that return Project | |
static Project[] |
Util.getAffectedProjects(Workspace workspace,
java.net.URL url)
Returns all the projects that have the URL in their sources an their dependent projects. |
static Project[] |
Util.getProjectsContainingSource(Workspace workspace,
java.net.URL url)
|
static Project |
Util.getDefiningProject(Context context,
java.net.URL url)
|
| Methods in oracle.jdeveloper.refactoring.util with parameters of type Project | |
static java.util.HashSet |
Util.getDependentProjects(Workspace workspace,
Project baseProject)
return all the base project's dependent projects |
static boolean |
Util.isClassInSources(Workspace workspace,
Project project,
SourceClass sourceClass)
Return true if the class has its source defined in Project or in any of the base projects |
SourceFile |
RefactoringCommandSupport.createSourceFile(Project project,
java.net.URL url)
|
| Constructors in oracle.jdeveloper.refactoring.util with parameters of type Project | |
SourceElementEntry(Project project,
SourceElement sourceElement,
int usageType)
|
|
| Uses of Project in oracle.jdeveloper.runner |
| Methods in oracle.jdeveloper.runner that return Project | |
Project |
JRunProcess.getJProject()
Returns the current Project associated with the
JRunProcess. |
| Methods in oracle.jdeveloper.runner with parameters of type Project | |
java.net.URL |
SourceFinder.findSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
Returns the URL to a source file, or null if the
source can not be found. |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String fullClassName,
java.lang.String filename,
int line,
boolean selectLine)
Displays a source file in the code editor. |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String fullClassName,
java.lang.String filename,
int line,
boolean selectLine,
java.lang.String sourceNotFoundMessage)
Displays a source file in the code editor. |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
java.net.URL url,
int line,
boolean selectLine)
Displays a source file in the code editor. |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
Node node,
int line,
boolean selectLine)
Displays a source file in the code editor. |
static CodeEditor |
Source.showNodeInCodeEditor(Workspace workspace,
Project project,
Node node)
Displays a node in the code editor. |
static Editor |
Source.showNodeInDefaultEditor(Workspace workspace,
Project project,
Node node)
Displays a node in its default editor. |
static boolean |
Source.showUIDesigner(Workspace workspace,
Project project,
java.net.URL url)
Displays a source file in the UI designer. |
static boolean |
Source.showUIDesigner(Workspace workspace,
Project project,
Node node)
Displays a source file in the UI designer. |
static java.net.URL |
Source.findSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
Returns the URL for the source file that has the given package and filename. |
static java.net.URL |
Source.askSourceFinders(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
|
static java.net.URL |
Source.findURLForClass(Workspace workspace,
Project project,
java.lang.String fullClassName)
|
static java.net.URL |
Source.findURLForClassSource(Workspace workspace,
Project project,
java.lang.String fullClassName)
|
static java.net.URL |
Source.findURLForClassSource(Project project,
java.lang.String fullClassName)
|
static java.net.URL |
Source.findURLForClassStub(Workspace workspace,
Project project,
java.lang.String fullClassName)
|
static java.net.URL |
Source.findURLForClassStub(Project project,
java.lang.String fullClassName)
|
static java.net.URL |
Source.findOpenSourceStub(Workspace workspace,
Project project,
java.lang.String fullClassName)
Returns the URL for a source stub that has already been opened. |
static Node[] |
Source.getProjectFileList(Project project)
Returns the files in the given project. |
static Node[] |
Source.getOpenedFiles(Workspace workspace,
Project project)
Returns the files that are currently open in an editor. |
static java.lang.String |
Source.getPackageFromNode(Node node,
Project project)
Returns the package for the given node. |
static boolean |
Source.packageMatches(java.lang.String pkg,
Node node,
Project project)
Returns true if the given package matches the package for the given node. |
static void |
RunConfigurations.projectCreated(Project project)
|
static void |
RunConfigurations.projectMigrating(Project project)
|
static void |
RunConfigurations.projectCheck(Project project)
|
static void |
RunConfigurations.addRunConfiguration(Project project,
RunConfiguration runConfiguration)
|
static java.lang.String |
RunConfigurations.getActiveName(Project project)
Returns the active name. |
static boolean |
RunConfigurations.isActiveRunConfiguration(Project project,
RunConfiguration runConfiguration)
|
static void |
RunConfigurations.setActiveRunConfiguration(Project project,
RunConfiguration runConfiguration)
|
static RunConfiguration |
RunConfigurations.getRunConfigurationByName(Project project,
java.lang.String name)
|
static RunConfiguration |
RunConfigurations.getActiveRunConfiguration(Project project)
|
static RunConfiguration |
RunConfiguration.getRunConfiguration(Project project,
java.lang.String configName)
Deprecated. Call RunConfiguration.getInstance(oracle.javatools.data.PropertyStorage) instead. |
java.lang.String |
RunConfiguration.getVMName(JDK jdk,
Project project)
Returns the name of the Virtual Machine. |
| Uses of Project in oracle.jdeveloper.vcs.util |
| Methods in oracle.jdeveloper.vcs.util that return Project | |
static Project[] |
VCSModelUtils.findCachedProjects()
Gets all open Project type nodes cached in the NodeFactory. |
static Project[] |
VCSModelUtils.findCachedProjects(boolean openWorkspaces)
Gets all open Project type nodes cached in the NodeFactory. |
| Methods in oracle.jdeveloper.vcs.util with parameters of type Project | |
static java.net.URL[] |
VCSModelUtils.listProjectURLs(Project project,
VCSCancellable cancellable)
Lists all content URLs belonging to the given project, if open. |
| Uses of Project in oracle.jdeveloper.webapp.struts |
| Methods in oracle.jdeveloper.webapp.struts with parameters of type Project | |
java.util.List |
StrutsConfigUtils.getForwardNames(Project project,
java.lang.String path)
Returns a collection of String representing the names of the local forwards defined for an action |
boolean |
StrutsConfigUtils.isStrutsProject(Project project)
If project contains any nodes of type StrutsConfigNode, references in web.xml, returns true. |
| Uses of Project in oracle.jdeveloper.webapp.utils |
| Methods in oracle.jdeveloper.webapp.utils with parameters of type Project | |
static void |
WebDocumentUtil.addTagLibrary(java.lang.String jspLibraryURI,
Project project,
oracle.bali.xml.model.AbstractModel model)
|
static void |
WebDocumentUtil.addTagLibrary(JspLibrary jspTagLibrary,
Project project,
oracle.bali.xml.model.AbstractModel model)
Configures JSP page and the project it belongs to to use given JSP tag library. |
static int |
WebAppUtils.getWebAppVersion(Project project)
|
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.