Class CodePainters
- java.lang.Object
-
- com.ensoftcorp.open.commons.codepainter.CodePainters
-
public class CodePainters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CodePainters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<CodePainter>
getRegisteredCodePainters()
Returns a copy of the currently registered codePaintersstatic void
loadCodePainterContributions()
Registers the contributed plugin codePainter definitions
-
-
-
Method Detail
-
getRegisteredCodePainters
public static java.util.Set<CodePainter> getRegisteredCodePainters()
Returns a copy of the currently registered codePainters- Returns:
-
loadCodePainterContributions
public static void loadCodePainterContributions()
Registers the contributed plugin codePainter definitions
-
-