public abstract class EquinoxApplicationProcessor extends AbstractFolderProcessor
Constructor and Description |
---|
EquinoxApplicationProcessor(EquinoxApplication app) |
Modifier and Type | Method and Description |
---|---|
protected Collection<OscarProcessor> |
createProcessors() |
protected void |
customizeContext(OscarContext result) |
protected abstract void |
processForContext(OscarContext ctx,
org.eclipse.core.resources.IFolder output,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
processLocal(org.eclipse.core.resources.IFolder output,
org.eclipse.core.runtime.IProgressMonitor parentMonitor) |
process
makeName
public EquinoxApplicationProcessor(EquinoxApplication app)
protected Collection<OscarProcessor> createProcessors()
public void processLocal(org.eclipse.core.resources.IFolder output, org.eclipse.core.runtime.IProgressMonitor parentMonitor) throws Exception
processLocal
in class AbstractFolderProcessor
Exception
protected abstract void processForContext(OscarContext ctx, org.eclipse.core.resources.IFolder output, org.eclipse.core.runtime.IProgressMonitor monitor) throws Exception
Exception
protected void customizeContext(OscarContext result)