|
 |
|
|
Uses of Interface org.eclipse.jdt.core.IJavaProject
Methods in
org.eclipse.jdt.core with parameters of type
IJavaProject
|
boolean
|
ClasspathContainerInitializer.
canUpdateClasspathContainer
(
IPath containerPath,
IJavaProject project)
Returns true if this container initializer can be requested to perform updates
on its own container values. |
static
IJavaElement
|
JavaCore.
create
(
IResource resource,
IJavaProject project)
Returns the Java element corresponding to the given file, its project being the given
project. |
IStatus
|
ClasspathContainerInitializer.
getAccessRulesStatus
(
IPath containerPath,
IJavaProject project)
Returns the access rules attribute status according to this initializer. |
IStatus
|
ClasspathContainerInitializer.
getAttributeStatus
(
IPath containerPath,
IJavaProject project,
String attributeKey)
Returns the extra attribute status according to this initializer. |
static
String
|
NamingConventions.
getBaseName
(int variableKind,
String variableName,
IJavaProject javaProject)
Returns a base name which could be used to generate the given variable name with
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) . |
static
IClasspathContainer
|
JavaCore.
getClasspathContainer
(
IPath containerPath,
IJavaProject project)
Answers the project specific value for a given classpath container. |
Object
|
ClasspathContainerInitializer.
getComparisonID
(
IPath containerPath,
IJavaProject project)
Returns an object which identifies a container for comparison purpose. |
String
|
ClasspathContainerInitializer.
getDescription
(
IPath containerPath,
IJavaProject project)
Returns a readable description for a container path. |
IClasspathContainer
|
ClasspathContainerInitializer.
getFailureContainer
(
IPath containerPath,
IJavaProject project)
Returns a classpath container that is used after this initializer failed to bind a classpath container
to a
IClasspathContainer for the given project. |
IStatus
|
ClasspathContainerInitializer.
getSourceAttachmentStatus
(
IPath containerPath,
IJavaProject project)
Returns the source attachment attribute status according to this initializer. |
abstract void
|
ClasspathContainerInitializer.
initialize
(
IPath containerPath,
IJavaProject project)
Binds a classpath container to a IClasspathContainer for a given project,
or silently fails if unable to do so. |
ITypeHierarchy
|
IType.
newTypeHierarchy
(
IJavaProject project,
IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing
this type, all of its supertypes, and all its subtypes
in the context of the given project. |
ITypeHierarchy
|
IType.
newTypeHierarchy
(
IJavaProject project,
WorkingCopyOwner owner,
IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing
this type, all of its supertypes, and all its subtypes
in the context of the given project, considering types in the
working copies with the given owner. |
static char[]
|
NamingConventions.
removePrefixAndSuffixForArgumentName
(
IJavaProject javaProject,
char[] argumentName)
Deprecated. Use
NamingConventions.getBaseName(int, String, IJavaProject) instead with
NamingConventions.VK_PARAMETER as variable kind.
|
static
String
|
NamingConventions.
removePrefixAndSuffixForArgumentName
(
IJavaProject javaProject,
String argumentName)
Deprecated. Use
NamingConventions.getBaseName(int, String, IJavaProject) instead with
NamingConventions.VK_PARAMETER as variable kind.
|
static char[]
|
NamingConventions.
removePrefixAndSuffixForFieldName
(
IJavaProject javaProject,
char[] fieldName,
int modifiers)
Deprecated. Use
NamingConventions.getBaseName(int, String, IJavaProject) instead
with
NamingConventions.VK_INSTANCE_FIELD or
NamingConventions.VK_STATIC_FIELD as variable kind.
|
static
String
|
NamingConventions.
removePrefixAndSuffixForFieldName
(
IJavaProject javaProject,
String fieldName,
int modifiers)
Deprecated. Use
NamingConventions.getBaseName(int, String, IJavaProject) instead
with
NamingConventions.VK_INSTANCE_FIELD or
NamingConventions.VK_STATIC_FIELD as variable kind.
|
static char[]
|
NamingConventions.
removePrefixAndSuffixForLocalVariableName
(
IJavaProject javaProject,
char[] localName)
Deprecated. Use
NamingConventions.getBaseName(int, String, IJavaProject) instead with
NamingConventions.VK_LOCAL as variable kind.
|
static
String
|
NamingConventions.
removePrefixAndSuffixForLocalVariableName
(
IJavaProject javaProject,
String localName)
Deprecated. Use
NamingConventions.getBaseName(int, String, IJavaProject) instead with
NamingConventions.VK_LOCAL as variable kind.
|
void
|
ClasspathContainerInitializer.
requestClasspathContainerUpdate
(
IPath containerPath,
IJavaProject project,
IClasspathContainer containerSuggestion)
Request a registered container definition to be updated according to a container suggestion. |
static void
|
JavaCore.
setClasspathContainer
(
IPath containerPath,
IJavaProject[] affectedProjects,
IClasspathContainer[] respectiveContainers,
IProgressMonitor monitor)
Bind a container reference path to some actual containers (IClasspathContainer ). |
static char[][]
|
NamingConventions.
suggestArgumentNames
(
IJavaProject javaProject,
char[] packageName,
char[] qualifiedTypeName,
int dim,
char[][] excludedNames)
Deprecated. Use
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with
NamingConventions.VK_PARAMETER as variable kind.
|
static
String[]
|
NamingConventions.
suggestArgumentNames
(
IJavaProject javaProject,
String packageName,
String qualifiedTypeName,
int dim,
String[] excludedNames)
Deprecated. Use
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with
NamingConventions.VK_PARAMETER as variable kind.
|
static char[][]
|
NamingConventions.
suggestFieldNames
(
IJavaProject javaProject,
char[] packageName,
char[] qualifiedTypeName,
int dim,
int modifiers,
char[][] excludedNames)
Deprecated. Use
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead
with
NamingConventions.VK_INSTANCE_FIELD or
NamingConventions.VK_STATIC_FIELD as variable kind.
|
static
String[]
|
NamingConventions.
suggestFieldNames
(
IJavaProject javaProject,
String packageName,
String qualifiedTypeName,
int dim,
int modifiers,
String[] excludedNames)
Deprecated. Use
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead
with
NamingConventions.VK_INSTANCE_FIELD or
NamingConventions.VK_STATIC_FIELD as variable kind.
|
static char[]
|
NamingConventions.
suggestGetterName
(
IJavaProject project,
char[] fieldName,
int modifiers,
boolean isBoolean,
char[][] excludedNames)
Suggest name for a getter method. |
static
String
|
NamingConventions.
suggestGetterName
(
IJavaProject project,
String fieldName,
int modifiers,
boolean isBoolean,
String[] excludedNames)
Suggest name for a getter method. |
static char[][]
|
NamingConventions.
suggestLocalVariableNames
(
IJavaProject javaProject,
char[] packageName,
char[] qualifiedTypeName,
int dim,
char[][] excludedNames)
Deprecated. Use
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with
NamingConventions.VK_LOCAL as variable kind.
|
static
String[]
|
NamingConventions.
suggestLocalVariableNames
(
IJavaProject javaProject,
String packageName,
String qualifiedTypeName,
int dim,
String[] excludedNames)
Deprecated. Use
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with
NamingConventions.VK_LOCAL as variable kind.
|
static char[]
|
NamingConventions.
suggestSetterName
(
IJavaProject project,
char[] fieldName,
int modifiers,
boolean isBoolean,
char[][] excludedNames)
Suggest name for a setter method. |
static
String
|
NamingConventions.
suggestSetterName
(
IJavaProject project,
String fieldName,
int modifiers,
boolean isBoolean,
String[] excludedNames)
Suggest name for a setter method. |
static
String[]
|
NamingConventions.
suggestVariableNames
(int variableKind,
int baseNameKind,
String baseName,
IJavaProject javaProject,
int dim,
String[] excluded,
boolean evaluateDefault)
Suggests names for a variable. |
static
IJavaModelStatus
|
JavaConventions.
validateClasspath
(
IJavaProject javaProject,
IClasspathEntry[] rawClasspath,
IPath projectOutputLocation)
Validate a given classpath and output location for a project, using the following rules:
Classpath entries cannot collide with each other; that is, all entry paths must be unique. |
static
IJavaModelStatus
|
JavaConventions.
validateClasspathEntry
(
IJavaProject project,
IClasspathEntry entry,
boolean checkSourceAttachment)
Returns a Java model status describing the problem related to this classpath entry if any,
a status object with code IStatus.OK if the entry is fine (that is, if the
given classpath entry denotes a valid element to be referenced onto a classpath). |
Methods in
org.eclipse.jdt.core.compiler with parameters of type
IJavaProject
|
int
|
CompilationParticipant.
aboutToBuild
(
IJavaProject project)
Notifies this participant that a build is about to start and provides it the opportunity to
create missing source folders for generated source files. |
void
|
CompilationParticipant.
buildFinished
(
IJavaProject project)
Notifies this participant that a build has finished for the project. |
void
|
CompilationParticipant.
cleanStarting
(
IJavaProject project)
Notifies this participant that a clean is about to start and provides it the opportunity to
delete generated source files. |
boolean
|
CompilationParticipant.
isActive
(
IJavaProject project)
Returns whether this participant is active for a given project. |
Constructors in
org.eclipse.jdt.debug.ui with parameters of type
IJavaProject
|
JavaUISourceLocator
(
IJavaProject project)
Deprecated. Constructs a source locator that searches for source
in the given Java project, and all of its required projects,
as specified by its build path or default source lookup
settings. |
JavaUISourceLocator
(
IJavaProject[] projects,
boolean includeRequired)
Deprecated. Constructs a new source locator that looks in the
specified project for source, and required projects, if
includeRequired is true . |
Methods in
org.eclipse.jdt.ui.wizards with parameters of type
IJavaProject
|
static
IClasspathEntry[]
|
BuildPathDialogAccess.
chooseContainerEntries
(
Shell shell,
IJavaProject project,
IClasspathEntry[] currentClasspath)
Shows the UI to choose new classpath container classpath entries. |
static
IClasspathEntry
|
BuildPathDialogAccess.
configureContainerEntry
(
Shell shell,
IClasspathEntry initialEntry,
IJavaProject project,
IClasspathEntry[] currentClasspath)
Shows the UI to configure a classpath container classpath entry. |
void
|
JavaCapabilityConfigurationPage.
init
(
IJavaProject jproject,
IPath defaultOutputLocation,
IClasspathEntry[] defaultEntries,
boolean defaultsOverrideExistingClasspath)
Initializes the page with the project and default classpath. |
void
|
IClasspathContainerPageExtension.
initialize
(
IJavaProject project,
IClasspathEntry[] currentEntries)
Method initialize() is called before IClasspathContainerPage.setSelection
to give additional information about the context the classpath container entry is configured in. |
protected void
|
NewJavaProjectWizardPageTwo.
initializeBuildPath
(
IJavaProject javaProject,
IProgressMonitor monitor)
Evaluates the new build path and output folder according to the settings on the first page. |
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|
|