org.overlord.commons.dev.server.discovery
Class WebAppModuleFromIDEDiscoveryStrategy
java.lang.Object
org.overlord.commons.dev.server.discovery.AbstractModuleDiscoveryStrategy
org.overlord.commons.dev.server.discovery.WebAppModuleFromIDEDiscoveryStrategy
- All Implemented Interfaces:
- IModuleDiscoveryStrategy
public class WebAppModuleFromIDEDiscoveryStrategy
- extends AbstractModuleDiscoveryStrategy
Discovers a web app module when it's in the IDE.
- Author:
- eric.wittmann@redhat.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebAppModuleFromIDEDiscoveryStrategy
public WebAppModuleFromIDEDiscoveryStrategy(Class<?> someClass)
- Constructor.
- Parameters:
someClass -
getName
public String getName()
- Returns:
- the name of the strategy
- See Also:
IModuleDiscoveryStrategy.getName()
discover
public DevServerModule discover(ModuleDiscoveryContext context)
- Returns:
- the discovered module or null if not found
- See Also:
IModuleDiscoveryStrategy.discover(org.overlord.commons.dev.server.discovery.ModuleDiscoveryContext)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.