Uses of Class
org.apache.uima.pear.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
Modifier and TypeMethodDescriptionprotected boolean
PearExport.ensureTargetFileIsValid
(File targetFile) Ensure target file is valid. -
Uses of PearException in org.apache.uima.pear.insd.edit
Modifier and TypeMethodDescriptionstatic void
PearInstallationDescriptor.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 InstallationDescriptor
PearInstallationDescriptor.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
Modifier and TypeMethodDescriptionstatic void
ProjectCustomizer.addUIMANature
(org.eclipse.core.resources.IProject project) Adds the UIMA nature to a projectstatic org.eclipse.core.resources.IFile
ProjectCustomizer.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.IFile
ProjectCustomizer.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.IFolder
ProjectCustomizer.createFolder
(org.eclipse.core.resources.IContainer container, String folderName) Creates a folder, if it does not exist, in a given containerstatic void
ProjectCustomizer.createPearFolderStructure
(org.eclipse.core.resources.IContainer container) Creates the PEAR folder structurestatic void
ProjectCustomizer.customizeProject
(org.eclipse.core.resources.IContainer container, InstallationDescriptor insd) Customizes an IProject with the UIMA nature using an InstallationDescriptor instancestatic void
ProjectCustomizer.customizeProject
(org.eclipse.core.resources.IProject project) Customizes an IProject with the UIMA nature using an empty installation descriptor.