org.codehaus.plexus.personality.plexus.lifecycle.phase
Interface Startable


public interface Startable


Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception