Package org.uberfire.java.nio.file.api
Class FileSystemUtils
- java.lang.Object
-
- org.uberfire.java.nio.file.api.FileSystemUtils
-
public class FileSystemUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCFG_KIE_CONTROLLER_OCP_ENABLEDstatic StringK8S_FS_SCHEMEstatic StringSIMPLIFIED_MONITORING_ENABLED
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertiesgetConfigProps()static booleanisGitDefaultFileSystem()static booleanisK8SFileSystemProviderAsDefault(org.uberfire.java.nio.file.spi.FileSystemProvider provider)static booleanisOpenShiftSupported()static booleanisSimplifiedMonitoringEnabled()
-
-
-
Field Detail
-
CFG_KIE_CONTROLLER_OCP_ENABLED
public static final String CFG_KIE_CONTROLLER_OCP_ENABLED
- See Also:
- Constant Field Values
-
SIMPLIFIED_MONITORING_ENABLED
public static final String SIMPLIFIED_MONITORING_ENABLED
- See Also:
- Constant Field Values
-
K8S_FS_SCHEME
public static final String K8S_FS_SCHEME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfigProps
public static Properties getConfigProps()
-
isOpenShiftSupported
public static boolean isOpenShiftSupported()
-
isSimplifiedMonitoringEnabled
public static boolean isSimplifiedMonitoringEnabled()
-
isGitDefaultFileSystem
public static boolean isGitDefaultFileSystem()
-
isK8SFileSystemProviderAsDefault
public static boolean isK8SFileSystemProviderAsDefault(org.uberfire.java.nio.file.spi.FileSystemProvider provider)
-
-