Package de.mhus.con.api
Interface Plugin
-
public interface Plugin
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPlugin.SCOPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMojo()Plugin.SCOPEgetScope()StringgetTarget()StringgetUri()
-
-
-
Method Detail
-
getTarget
String getTarget()
-
getUri
String getUri()
-
getMojo
String getMojo()
-
getScope
Plugin.SCOPE getScope()
-
-