Package org.jrd.backend.decompiling
Class PluginManager.BundledCompilerStatus
- java.lang.Object
-
- org.jrd.backend.decompiling.PluginManager.BundledCompilerStatus
-
- Enclosing class:
- PluginManager
public static class PluginManager.BundledCompilerStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isEmbedded
private java.lang.String
status
-
Constructor Summary
Constructors Constructor Description BundledCompilerStatus(boolean isEmbedded, java.lang.String status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStatus()
boolean
isEmbedded()
-