Modifier and Type | Method and Description |
---|---|
PomEdits.Operation |
EditDependencyDialog.getEditOperation() |
Modifier and Type | Class and Description |
---|---|
class |
AddDependencyOperation |
class |
AddExclusionOperation |
class |
LifecycleMappingOperation |
static class |
PomEdits.CompoundOperation
an Operation instance that aggregates multiple operations and performs then in given order.
|
class |
RemoveDependencyOperation |
Modifier and Type | Method and Description |
---|---|
PomEdits.Operation |
PomEdits.OperationTuple.getOperation() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.ltk.core.refactoring.TextChange |
PomHelper.createChange(org.eclipse.core.resources.IFile file,
PomEdits.Operation operation,
String label)
by default will create a change that won't save files with opened documents
|
static org.eclipse.ltk.core.refactoring.TextChange |
PomHelper.createChange(org.eclipse.core.resources.IFile file,
PomEdits.Operation operation,
String label,
boolean forceSave) |
Constructor and Description |
---|
CompoundOperation(PomEdits.Operation... operations) |
OperationTuple(org.eclipse.jface.text.IDocument document,
PomEdits.Operation operation)
operation on top of IDocument is only saved when noone else is editing the document.
|
OperationTuple(org.eclipse.jface.text.IDocument document,
PomEdits.Operation operation,
boolean readOnly)
operation on top of IDocument is only saved when noone else is editing the document.
|
OperationTuple(org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel model,
PomEdits.Operation operation)
only use for unmanaged models
|
OperationTuple(org.eclipse.core.resources.IFile file,
PomEdits.Operation operation)
operation on top of IFile is always saved
|
Modifier and Type | Method and Description |
---|---|
static PomEdits.Operation |
ManageDependenciesDialog.createManageOperation(List<org.apache.maven.model.Dependency> modelDeps) |
static PomEdits.Operation |
ManageDependenciesDialog.createRemoveVersionOperation(List<org.apache.maven.model.Dependency> modelDeps) |
Modifier and Type | Method and Description |
---|---|
void |
MavenPomEditorPage.performEditOperation(PomEdits.Operation operation,
org.slf4j.Logger logger,
String logMessage)
all edits in the editor to be channeled through this method..
|
Modifier and Type | Class and Description |
---|---|
class |
AddLicensePomOperation |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.