Class ReflectionsKieVfsUrlType
- java.lang.Object
-
- org.optaplanner.core.config.domain.ReflectionsKieVfsUrlType
-
- All Implemented Interfaces:
org.reflections.vfs.Vfs.UrlType
@Deprecated public class ReflectionsKieVfsUrlType extends Object implements org.reflections.vfs.Vfs.UrlType
Deprecated.for removal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReflectionsKieVfsUrlType.ReflectionsKieVfsDirDeprecated.static classReflectionsKieVfsUrlType.ReflectionsKieVfsFileDeprecated.
-
Constructor Summary
Constructors Constructor Description ReflectionsKieVfsUrlType(org.kie.api.runtime.KieContainer kieContainer)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.reflections.vfs.Vfs.DircreateDir(URL url)Deprecated.booleanmatches(URL url)Deprecated.static voidregister(org.kie.api.runtime.KieContainer kieContainer)Deprecated.
-
-
-
Method Detail
-
register
public static void register(org.kie.api.runtime.KieContainer kieContainer)
Deprecated.
-
matches
public boolean matches(URL url)
Deprecated.- Specified by:
matchesin interfaceorg.reflections.vfs.Vfs.UrlType
-
createDir
public org.reflections.vfs.Vfs.Dir createDir(URL url)
Deprecated.- Specified by:
createDirin interfaceorg.reflections.vfs.Vfs.UrlType
-
-