Uses of Class
org.apache.uima.pear.PearException
Packages that use PearException
Package
Description
Package to support generation of PEAR file
Package to support editing of PEAR installation descriptor
Package to handle the UIMA nature
-
Uses of PearException in org.apache.uima.pear.generate
Methods in org.apache.uima.pear.generate that throw PearExceptionModifier and TypeMethodDescriptionprotected booleanPearExport.ensureTargetFileIsValid(File targetFile) Ensure target file is valid. -
Uses of PearException in org.apache.uima.pear.insd.edit
Methods in org.apache.uima.pear.insd.edit that throw PearExceptionModifier and TypeMethodDescriptionstatic voidPearInstallationDescriptor.createInstallationDescriptor(org.eclipse.core.resources.IContainer newContainer, InstallationDescriptor insd, boolean overrideContentIfExist) Create the PEAR installation descriptor file (install.xml) using a given InstallationDescriptor instance.static InstallationDescriptorPearInstallationDescriptor.getInstallationDescriptor(org.eclipse.core.resources.IContainer currentContainer) Returns an InstallationDescriptor instance representing the installation descriptor of the given project. -
Uses of PearException in org.apache.uima.pear.nature
Methods in org.apache.uima.pear.nature that throw PearExceptionModifier and TypeMethodDescriptionstatic voidProjectCustomizer.addUIMANature(org.eclipse.core.resources.IProject project) Adds the UIMA nature to a projectstatic org.eclipse.core.resources.IFileProjectCustomizer.createFile(org.eclipse.core.resources.IContainer container, String fileName, InputStream is, boolean overrideContentIfExist) Creates a file in a project with an InputStream for the contentstatic org.eclipse.core.resources.IFileProjectCustomizer.createFile(org.eclipse.core.resources.IProject project, String fileName, String s, boolean overrideContentIfExist) Creates a file in a project with a string as contentstatic org.eclipse.core.resources.IFolderProjectCustomizer.createFolder(org.eclipse.core.resources.IContainer container, String folderName) Creates a folder, if it does not exist, in a given containerstatic voidProjectCustomizer.createPearFolderStructure(org.eclipse.core.resources.IContainer container) Creates the PEAR folder structurestatic voidProjectCustomizer.customizeProject(org.eclipse.core.resources.IContainer container, InstallationDescriptor insd) Customizes an IProject with the UIMA nature using an InstallationDescriptor instancestatic voidProjectCustomizer.customizeProject(org.eclipse.core.resources.IProject project) Customizes an IProject with the UIMA nature using an empty installation descriptor.