@Deprecated
public interface ITaurusPropertySetUtilities
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
propertySetAssociator(IExecutionContext pContext,
ToolDescriptor pTool,
FileDescriptor pFileDescriptor,
java.lang.String pPropertySetName,
boolean pIsLocalPropertySet,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Associates the property set with the giving name to the element.
|
ToolExecutionStatus |
propertySetAssociatorUI(IExecutionContext pContext,
ToolDescriptor pTd,
Property pPropertySet,
FileDescriptor pFileDescriptor,
IElement pElement,
java.lang.Boolean pIsLocalPropertySet,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Allows the user to select the property set that will be associated to the
element via a dialog.
|
ToolExecutionStatus |
propertySetCreator(IExecutionContext pContext,
ToolDescriptor pTool,
java.lang.String pPropertySetName,
java.lang.String pMemberLanguage,
java.lang.String pSyslibs,
boolean pIsLocalPropertySet,
boolean pReplace,
java.lang.String pPropertySetTemplate,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Creates a property set with the giving name and language and add the copy
libraries to it.
|
ToolExecutionStatus |
propertySetRemover(IExecutionContext pContext,
ToolDescriptor pTool,
java.lang.String pPropertySetName,
boolean pIsLocalPropertySet,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Remove the property set with the giving name on the system.
|
ToolExecutionStatus propertySetCreator(IExecutionContext pContext, ToolDescriptor pTool, java.lang.String pPropertySetName, java.lang.String pMemberLanguage, java.lang.String pSyslibs, boolean pIsLocalPropertySet, boolean pReplace, java.lang.String pPropertySetTemplate, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusToolException
pContext - the context of the executing actionpTool - this toolpPropertySetName - the name of the property set that will be createdpMemberLanguage - the member language category (COBOL, PLI)pSyslibs - the copy librariespIsLocalPropertySet - whether the property set is local or remotepReplace - whether the property set should be replaced if it already
existspPropertySetTemplate - the name of a property set that will use as template or
null if no template is neededpMon - the progress monitorTaurusToolException - if an Exception of any kind occursToolExecutionStatus propertySetAssociator(IExecutionContext pContext, ToolDescriptor pTool, FileDescriptor pFileDescriptor, java.lang.String pPropertySetName, boolean pIsLocalPropertySet, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusToolException
pContext - the context of the executed actionpTool - this toolpFileDescriptor - the file descriptor of this toolpPropertySetName - the name of the property set that will be associatedpIsLocalPropertySet - whether the property set is local or remotepMon - the progress monitorTaurusToolException - if an Exception of any kind occursToolExecutionStatus propertySetAssociatorUI(IExecutionContext pContext, ToolDescriptor pTd, Property pPropertySet, FileDescriptor pFileDescriptor, IElement pElement, java.lang.Boolean pIsLocalPropertySet, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusToolException
pContext - the context of the executing actionpTd - this toolpPropertySet - the property setpFileDescriptor - the file descriptor that contains information of the elementpElement - the selected AWM elementpIsLocalPropertySet - whether the property set is local or remotepMon - the progress monitorTaurusToolException - if an Exception of any kind occursToolExecutionStatus propertySetRemover(IExecutionContext pContext, ToolDescriptor pTool, java.lang.String pPropertySetName, boolean pIsLocalPropertySet, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusToolException
pContext - the context of the executed actionpTool - the executed toolpPropertySetName - the name of the property set that will be removedpIsLocalPropertySet - whether the property set is local or remotepMon - the progress monitorTaurusToolException - if an Exception of any kind occursCopyright © 2015 Micro Focus GmbH. All rights reserved.