org.overlord.commons.dev.server.discovery
Class ModuleDiscoveryContext

java.lang.Object
  extended by org.overlord.commons.dev.server.discovery.ModuleDiscoveryContext

public class ModuleDiscoveryContext
extends Object

Context passed to the discovery strategies.

Author:
eric.wittmann@redhat.com

Constructor Summary
ModuleDiscoveryContext(File targetDir)
          Constructor.
 
Method Summary
 File getTargetDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleDiscoveryContext

public ModuleDiscoveryContext(File targetDir)
Constructor.

Parameters:
targetDir -
Method Detail

getTargetDir

public File getTargetDir()
Returns:
the targetDir


Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.