@Deprecated
public interface IPropertyGroupManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
associatePropertyGroup(org.eclipse.core.resources.IResource pRes,
java.lang.String pPropertyGroupName)
Deprecated.
Associate the given property group with the given resource.
|
void |
checkNature(org.eclipse.core.resources.IProject pProject)
Deprecated.
Checks if the given project has a nature of type 'local project', if not
this nature is added to the project's natures.
|
void |
deleteSpecialPropertyGroup(IElement pElement)
Deprecated.
Delete the special property 'PropertyGroup' for this element if existing.
|
void |
downloadCopyBooks(IElement pElement,
org.eclipse.core.resources.IResource pRes,
java.lang.String pPropertyGroupName,
FileDescriptor pFileDescr,
java.lang.String pLanguageCategory,
IExecutionContext pContext)
Deprecated.
Download the copybooks in the folder corresponding to the structure of
the giving element.
|
boolean associatePropertyGroup(org.eclipse.core.resources.IResource pRes,
java.lang.String pPropertyGroupName)
throws TaurusCoreException
pRes - resource to which the property group will be associatedpPropertyGroupName - property group name to be associated with the resourceTaurusCoreException - if a taurus core exception occursvoid downloadCopyBooks(IElement pElement, org.eclipse.core.resources.IResource pRes, java.lang.String pPropertyGroupName, FileDescriptor pFileDescr, java.lang.String pLanguageCategory, IExecutionContext pContext) throws TaurusToolException
pElement - element on which folder the copybooks will be downloadedpRes - element resource to which the property group will be
associatedpPropertyGroupName - name of the property group to be associated with the element
resourcepFileDescr - file descriptor pointing to the file that contains the
copybooks to be downloadedpLanguageCategory - category for the property group to be associated with the
element resourcepContext - execution contextTaurusToolException - if a Taurus exception occursvoid deleteSpecialPropertyGroup(IElement pElement) throws TaurusCoreException, org.eclipse.core.runtime.CoreException
pElement - element which special property 'PropertyGroup' will be deletedTaurusCoreException - if a Taurus core exception occursorg.eclipse.core.runtime.CoreException - if a core exception occursvoid checkNature(org.eclipse.core.resources.IProject pProject)
throws org.eclipse.core.runtime.CoreException
pProject - project whose nature will be checked to be of type 'local
project'; if not this nature is added to the project's naturesorg.eclipse.core.runtime.CoreException - if a core exception occursCopyright © 2015 Micro Focus GmbH. All rights reserved.