Modifier and type | Property and description |
---|---|
protected java.util.ServiceLoader<S> | serviceLoaderForBiStage
Replies the accessor to the Java plugins that constribute to the bi-stage process. |
protected java.util.ServiceLoader<S> | serviceLoaderForSingleStage
Replies the accessor to the Java plugins that constribute to the single-stage process without inherited transformer from Xbase or Xtend. |
Modifier and type | Action and description |
---|---|
java.util.Collection<E> | getBiStageFragmentContributions(Class<T>) |
protected java.util.ServiceLoader<S> | getServiceLoaderForBiStage
Replies the accessor to the Java plugins that constribute to the bi-stage process. |
protected java.util.ServiceLoader<S> | getServiceLoaderForSingleStage
Replies the accessor to the Java plugins that constribute to the single-stage process without inherited transformer from Xbase or Xtend. |
java.util.Collection<E> | getSingleStageFragmentContributions(Class<T>) |
protected val serviceLoaderForBiStage : java.util.ServiceLoader<S>
This property is an alias for the action: getServiceLoaderForBiStage
protected val serviceLoaderForSingleStage : java.util.ServiceLoader<S>
This property is an alias for the action: getServiceLoaderForSingleStage
new
def getBiStageFragmentContributions(Class<T>) : java.util.Collection<E>
protected def getServiceLoaderForBiStage : java.util.ServiceLoader<S>
protected def getServiceLoaderForSingleStage : java.util.ServiceLoader<S>
def getSingleStageFragmentContributions(Class<T>) : java.util.Collection<E>