|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JarFileRef
Context model corresponding to the
XML resource model XmlJarFileRef,
which corresponds to the jar-file
element in the persistence.xml file.
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.
| Nested Class Summary | |
|---|---|
static class |
JarFileRef.JarFileTransformer
|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.JpaStructureNode |
|---|
JpaStructureNode.ContextType |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
JptResourceTypeReference.ResourceTypeTransformer |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.context.persistence.PersistentTypeContainer |
|---|
PersistentTypeContainer.PersistentTypesTransformer |
| Field Summary | |
|---|---|
static String |
FILE_NAME_PROPERTY
String constant associated with changes to the file name. |
static String |
JAR_FILE_PROPERTY
String constant associated with changes to the JAR file. |
static org.eclipse.jpt.common.utility.transformer.Transformer<JarFileRef,JarFile> |
JAR_FILE_TRANSFORMER
|
| Fields inherited from interface org.eclipse.jpt.jpa.core.JpaStructureNode |
|---|
CHILDREN_COLLECTION |
| Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
RESOURCE_TYPE_TRANSFORMER |
| Fields inherited from interface org.eclipse.jpt.jpa.core.context.persistence.PersistentTypeContainer |
|---|
TRANSFORMER |
| Method Summary | |
|---|---|
Iterable<ReplaceEdit> |
createReplaceFolderEdits(IFolder originalFolder,
String newName)
Create ReplaceEdits for renaming any references to the originalFolder to the newName. |
String |
getFileName()
Return the file name of the jar file ref. |
JarFile |
getJarFile()
Return the JAR file ref's JAR file corresponding to the file name. |
org.eclipse.jpt.jpa.core.resource.persistence.XmlJarFileRef |
getXmlJarFileRef()
|
void |
setFileName(String fileName)
Set the file name of the jar file ref. |
| Methods inherited from interface org.eclipse.jpt.jpa.core.JpaStructureNode |
|---|
containsOffset, gatherRootStructureNodes, getChildren, getChildrenSize, getContextType, getFullTextRange, getSelectionTextRange, getStructureNode, getType |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode |
|---|
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate |
| Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode |
|---|
getJpaPlatform, getJpaProject, getJpaProjectManager, getResource, stateChanged |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
getResourceType |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.persistence.PersistentTypeContainer |
|---|
getPersistentType, getPersistentTypes |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.persistence.ManagedTypeContainer |
|---|
getManagedType, getManagedTypes |
| Field Detail |
|---|
static final String FILE_NAME_PROPERTY
static final String JAR_FILE_PROPERTY
static final org.eclipse.jpt.common.utility.transformer.Transformer<JarFileRef,JarFile> JAR_FILE_TRANSFORMER
| Method Detail |
|---|
String getFileName()
void setFileName(String fileName)
JarFile getJarFile()
Iterable<ReplaceEdit> createReplaceFolderEdits(IFolder originalFolder,
String newName)
org.eclipse.jpt.jpa.core.resource.persistence.XmlJarFileRef getXmlJarFileRef()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||