Methods Summary |
---|
public void | close()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IClasspathEntry | decodeClasspathEntry(java.lang.String encodedEntry)
throw new NotImplementedException();
|
public java.lang.String | encodeClasspathEntry(org.eclipse.jdt.core.IClasspathEntry classpathEntry)
throw new NotImplementedException();
|
public boolean | exists()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaElement | findElement(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaElement | findElement(org.eclipse.core.runtime.IPath path, org.eclipse.jdt.core.WorkingCopyOwner owner)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaElement | findElement(java.lang.String bindingKey, org.eclipse.jdt.core.WorkingCopyOwner owner)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragment | findPackageFragment(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragmentRoot | findPackageFragmentRoot(org.eclipse.core.runtime.IPath path)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragmentRoot[] | findPackageFragmentRoots(org.eclipse.jdt.core.IClasspathEntry entry)
throw new NotImplementedException();
|
public java.lang.String | findRecommendedLineSeparator()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String fullyQualifiedName)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String fullyQualifiedName, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String fullyQualifiedName, org.eclipse.jdt.core.WorkingCopyOwner owner)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String packageName, java.lang.String typeQualifiedName)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String fullyQualifiedName, org.eclipse.jdt.core.WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String packageName, java.lang.String typeQualifiedName, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String packageName, java.lang.String typeQualifiedName, org.eclipse.jdt.core.WorkingCopyOwner owner)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IType | findType(java.lang.String packageName, java.lang.String typeQualifiedName, org.eclipse.jdt.core.WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
throw new NotImplementedException();
|
public java.lang.Object | getAdapter(java.lang.Class adapter)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragmentRoot[] | getAllPackageFragmentRoots()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaElement | getAncestor(int ancestorType)
throw new NotImplementedException();
|
public java.lang.String | getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IBuffer | getBuffer()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaElement[] | getChildren()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource | getCorrespondingResource()
throw new NotImplementedException();
|
public java.lang.String | getElementName()
throw new NotImplementedException();
|
public int | getElementType()
throw new NotImplementedException();
|
public java.lang.String | getHandleIdentifier()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaModel | getJavaModel()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaProject | getJavaProject()
throw new NotImplementedException();
|
public java.lang.Object[] | getNonJavaResources()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IOpenable | getOpenable()
throw new NotImplementedException();
|
public java.lang.String | getOption(java.lang.String optionName, boolean inheritJavaCoreOptions)
if (optionName.equals(JavaCore.COMPILER_COMPLIANCE)) {
return mCompilerCompliance;
} else if (optionName.equals(JavaCore.COMPILER_SOURCE)) {
return mCompilerSource;
} else if (optionName.equals(JavaCore.COMPILER_CODEGEN_TARGET_PLATFORM)) {
return mCompilerTarget;
}
return null;
|
public java.util.Map | getOptions(boolean inheritJavaCoreOptions)
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getOutputLocation()
return mOutputLocation;
|
public org.eclipse.jdt.core.IPackageFragmentRoot | getPackageFragmentRoot(java.lang.String jarPath)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragmentRoot | getPackageFragmentRoot(org.eclipse.core.resources.IResource resource)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragmentRoot[] | getPackageFragmentRoots()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragmentRoot[] | getPackageFragmentRoots(org.eclipse.jdt.core.IClasspathEntry entry)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IPackageFragment[] | getPackageFragments()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaElement | getParent()
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | getPath()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IJavaElement | getPrimaryElement()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IProject | getProject()
if (mProject == null) {
mProject = new ProjectMock();
}
return mProject;
|
public org.eclipse.jdt.core.IClasspathEntry[] | getRawClasspath()
return mEntries;
|
public java.lang.String[] | getRequiredProjectNames()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IClasspathEntry[] | getResolvedClasspath(boolean ignoreUnresolvedEntry)
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource | getResource()
throw new NotImplementedException();
|
public org.eclipse.core.runtime.jobs.ISchedulingRule | getSchedulingRule()
throw new NotImplementedException();
|
public org.eclipse.core.resources.IResource | getUnderlyingResource()
throw new NotImplementedException();
|
public boolean | hasBuildState()
throw new NotImplementedException();
|
public boolean | hasChildren()
throw new NotImplementedException();
|
public boolean | hasClasspathCycle(org.eclipse.jdt.core.IClasspathEntry[] entries)
throw new NotImplementedException();
|
public boolean | hasUnsavedChanges()
throw new NotImplementedException();
|
public boolean | isConsistent()
throw new NotImplementedException();
|
public boolean | isOnClasspath(org.eclipse.jdt.core.IJavaElement element)
throw new NotImplementedException();
|
public boolean | isOnClasspath(org.eclipse.core.resources.IResource resource)
throw new NotImplementedException();
|
public boolean | isOpen()
throw new NotImplementedException();
|
public boolean | isReadOnly()
throw new NotImplementedException();
|
public boolean | isStructureKnown()
throw new NotImplementedException();
|
public void | makeConsistent(org.eclipse.core.runtime.IProgressMonitor progress)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.eval.IEvaluationContext | newEvaluationContext()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.ITypeHierarchy | newTypeHierarchy(org.eclipse.jdt.core.IRegion region, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.ITypeHierarchy | newTypeHierarchy(org.eclipse.jdt.core.IRegion region, org.eclipse.jdt.core.WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.ITypeHierarchy | newTypeHierarchy(org.eclipse.jdt.core.IType type, org.eclipse.jdt.core.IRegion region, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public org.eclipse.jdt.core.ITypeHierarchy | newTypeHierarchy(org.eclipse.jdt.core.IType type, org.eclipse.jdt.core.IRegion region, org.eclipse.jdt.core.WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | open(org.eclipse.core.runtime.IProgressMonitor progress)
throw new NotImplementedException();
|
public org.eclipse.core.runtime.IPath | readOutputLocation()
throw new NotImplementedException();
|
public org.eclipse.jdt.core.IClasspathEntry[] | readRawClasspath()
throw new NotImplementedException();
|
public void | save(org.eclipse.core.runtime.IProgressMonitor progress, boolean force)
throw new NotImplementedException();
|
public void | setOption(java.lang.String optionName, java.lang.String optionValue)
if (optionName.equals(JavaCore.COMPILER_COMPLIANCE)) {
mCompilerCompliance = optionValue;
} else if (optionName.equals(JavaCore.COMPILER_SOURCE)) {
mCompilerSource = optionValue;
} else if (optionName.equals(JavaCore.COMPILER_CODEGEN_TARGET_PLATFORM)) {
mCompilerTarget = optionValue;
} else {
throw new NotImplementedException();
}
|
public void | setOptions(java.util.Map newOptions)
throw new NotImplementedException();
|
public void | setOutputLocation(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setRawClasspath(org.eclipse.jdt.core.IClasspathEntry[] entries, org.eclipse.core.runtime.IProgressMonitor monitor)
mEntries = entries;
|
public void | setRawClasspath(org.eclipse.jdt.core.IClasspathEntry[] entries, org.eclipse.core.runtime.IPath outputLocation, org.eclipse.core.runtime.IProgressMonitor monitor)
mEntries = entries;
mOutputLocation = outputLocation;
|
public void | setRawClasspath(org.eclipse.jdt.core.IClasspathEntry[] entries, boolean canModifyResources, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|
public void | setRawClasspath(org.eclipse.jdt.core.IClasspathEntry[] entries, org.eclipse.core.runtime.IPath outputLocation, boolean canModifyResources, org.eclipse.core.runtime.IProgressMonitor monitor)
throw new NotImplementedException();
|