org.eclipse.modisco.jee.jsp.discoverer
Class DiscoverJspModelFromResource
java.lang.Object
org.eclipse.modisco.infra.discovery.core.AbstractDiscoverer<T>
org.eclipse.modisco.infra.discovery.core.AbstractModelDiscoverer<T>
org.eclipse.modisco.jee.jsp.discoverer.AbstractJspDiscoverer<IResource>
org.eclipse.modisco.jee.jsp.discoverer.DiscoverJspModelFromResource
- All Implemented Interfaces:
- IDiscoverer<IResource>
public class DiscoverJspModelFromResource
- extends AbstractJspDiscoverer<IResource>
Field Summary |
static java.lang.String |
ID
|
Method Summary |
void |
discoverElement(java.io.File file,
IProgressMonitor monitor)
Alternate discoverer service with File as input instead of IFile. |
boolean |
isApplicableTo(IResource resource)
To determine if the source object can be handled by the discoverer. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
DiscoverJspModelFromResource
public DiscoverJspModelFromResource()
isApplicableTo
public boolean isApplicableTo(IResource resource)
- Description copied from interface:
IDiscoverer
- To determine if the source object can be handled by the discoverer. Each
discoverer has to implement this method with its own criteria to filter
the selected object.
Some usual implementations are proposed on AbstractDiscoverer
.
- Parameters:
resource
- the selected object.
- Returns:
true
if the selected object is managed by this
discoverer, false
otherwise.
discoverElement
public void discoverElement(java.io.File file,
IProgressMonitor monitor)
throws DiscoveryException
- Alternate discoverer service with File as input instead of IFile. If you want to discover an
IFile
, use IDiscoverer.discoverElement(Object, IProgressMonitor)
instead
- Specified by:
discoverElement
in interface IDiscoverer<IResource>
- Overrides:
discoverElement
in class AbstractModelDiscoverer<IResource>
- Parameters:
file
- the file to discovermonitor
- a progress monitor
(may be a NullProgressMonitor
if progress monitoring is not desired)
- Throws:
DiscoveryException