Java org.springframework.ide.eclipse.core SpringCoreUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ide.eclipse.core SpringCoreUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ide.eclipse.core SpringCoreUtils.

The text is from its open source code.

Method

voidaddProjectBuilder(IProject project, String builderID, IProgressMonitor monitor)
Adds given builder to specified project.
voidaddProjectNature(IProject project, String nature, IProgressMonitor monitor)
Adds given nature as first nature to specified project.
IFilegetDeploymentDescriptor(IProject project)
DocumentBuildergetDocumentBuilder()
ICommandgetProjectBuilderCommand(IProjectDescription description, String builderID)
Returns specified builder from given project description.
booleanhasProjectFacet(IResource resource, String facetId)
booleanisManifest(IResource resource)
Checks if the given IResource is a OSGi bundle manifest.
booleanisSpringProject(IResource resource)
Returns true if given resource's project is a Spring project.
voidremoveProjectBuilder(IProject project, String builderID, IProgressMonitor monitor)
Removes given builder from specified project.
voidremoveProjectNature(IProject project, String nature, IProgressMonitor monitor)
Removes given nature from specified project.
booleanvalidateEdit(IFile... files)
Verify that file can safely be modified; eventually checkout the file from source code control.