|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.common.componentcore.ArtifactEdit
org.eclipse.jpt.core.resource.common.JpaArtifactEdit
public abstract class JpaArtifactEdit
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary |
---|
Fields inherited from class org.eclipse.wst.common.componentcore.ArtifactEdit |
---|
ADAPTER_TYPE |
Constructor Summary | |
---|---|
JpaArtifactEdit(org.eclipse.core.resources.IProject aProject,
boolean toAccessAsReadOnly)
|
Method Summary | |
---|---|
abstract JpaXmlResource |
getResource(org.eclipse.core.resources.IFile file)
|
abstract JpaXmlResource |
getResource(java.lang.String deployURI)
|
Methods inherited from class org.eclipse.wst.common.componentcore.ArtifactEdit |
---|
addListener, commandStackChanged, deleteResource, dispose, forceLoadKnownResources, getAdapter, getArtifactEditForRead, getArtifactEditForRead, getArtifactEditForWrite, getArtifactEditForWrite, getCommandStack, getComponent, getContentModelRoot, getProject, getResource, hasEditModel, isBinary, isDirty, isProjectOfType, isReadOnly, isValid, isValidEditableModule, removeListener, save, saveIfNecessary, saveIfNecessaryWithPrompt, validateEdit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JpaArtifactEdit(org.eclipse.core.resources.IProject aProject, boolean toAccessAsReadOnly) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Method Detail |
---|
public abstract JpaXmlResource getResource(org.eclipse.core.resources.IFile file)
public abstract JpaXmlResource getResource(java.lang.String deployURI)
deployURI
- - this must be in a deployment relevant form
(e.g "META-INF/persistence.xml" instead of "src/META-INF/persistence.xml")
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |