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


public interface Startable


Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws StartingException
Throws:
StartingException

stop

void stop()
          throws StoppingException
Throws:
StoppingException


Copyright © 2001-2009 Codehaus. All Rights Reserved.