View Javadoc
1   package de.funfried.maven.plugin.zonky.utils;
2   
3   /**
4    * Enum to define all options of the already started state.
5    *
6    * @author fbahle
7    */
8   public enum AlreadyStartedPolicy {
9   	fail, reinit, ignore;
10  }