net.sourceforge.basher.internal.impl
Class BasherBootConfiguration

java.lang.Object
  extended by net.sourceforge.basher.internal.impl.BasherBootConfiguration

public class BasherBootConfiguration
extends Object

Author:
Johan Lindquist

Constructor Summary
BasherBootConfiguration(String activeBasherContext, Properties results, boolean failIfNoTasks)
           
 
Method Summary
 boolean equals(Object o)
           
 String getActiveBasherContext()
           
 String[] getIncludedFiles()
           
 Properties getResults()
           
 int hashCode()
           
 boolean isFailIfNoTasks()
           
 void setActiveBasherContext(String activeBasherContext)
           
 void setFailIfNoTasks(boolean failIfNoTasks)
           
 void setIncludedFiles(String[] includedFiles)
           
 void setResults(Properties results)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasherBootConfiguration

public BasherBootConfiguration(String activeBasherContext,
                               Properties results,
                               boolean failIfNoTasks)
Method Detail

getActiveBasherContext

public String getActiveBasherContext()

setActiveBasherContext

public void setActiveBasherContext(String activeBasherContext)

getResults

public Properties getResults()

setResults

public void setResults(Properties results)

isFailIfNoTasks

public boolean isFailIfNoTasks()

setFailIfNoTasks

public void setFailIfNoTasks(boolean failIfNoTasks)

getIncludedFiles

public String[] getIncludedFiles()

setIncludedFiles

public void setIncludedFiles(String[] includedFiles)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2010 Basher Team. All Rights Reserved.