com.eviware.soapui.settings.impl
Class SettingsToolLocatorImpl

java.lang.Object
  extended by com.eviware.soapui.settings.impl.SettingsToolLocatorImpl
All Implemented Interfaces:
ToolLocator

public class SettingsToolLocatorImpl
extends java.lang.Object
implements ToolLocator

Uses the soapUI Settings to locate the specified tools

Author:
ole.matzura

Constructor Summary
SettingsToolLocatorImpl()
           
 
Method Summary
 java.lang.String getAntDir(boolean mandatory)
          Get the location of Ant.
 java.lang.String getJavacLocation(boolean mandatory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsToolLocatorImpl

public SettingsToolLocatorImpl()
Method Detail

getAntDir

public java.lang.String getAntDir(boolean mandatory)
Description copied from interface: ToolLocator
Get the location of Ant.

Specified by:
getAntDir in interface ToolLocator
Parameters:
mandatory - If mandatory==true and Ant is not found, show an error dialog.
Returns:

getJavacLocation

public java.lang.String getJavacLocation(boolean mandatory)
Specified by:
getJavacLocation in interface ToolLocator


Copyright © 2005-2007 eviware.com. All Rights Reserved.