Uses of Interface
com.okta.idx.sdk.api.io.Resource
-
Packages that use Resource Package Description com.okta.idx.sdk.api.config com.okta.idx.sdk.api.io -
-
Uses of Resource in com.okta.idx.sdk.api.config
Methods in com.okta.idx.sdk.api.config with parameters of type Resource Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>DefaultPropertiesParser. parse(Resource resource)java.util.Map<java.lang.String,java.lang.String>PropertiesParser. parse(Resource resource)Parses the specified.propertiesresource and returns a map of the parsed properties or an empty map if no properties were found.Constructors in com.okta.idx.sdk.api.config with parameters of type Resource Constructor Description ResourcePropertiesSource(Resource resource)YAMLPropertiesSource(Resource resource) -
Uses of Resource in com.okta.idx.sdk.api.io
Classes in com.okta.idx.sdk.api.io that implement Resource Modifier and Type Class Description classAbstractResourceclassClasspathResourceclassFileResourceclassStringResourceclassUrlResourceMethods in com.okta.idx.sdk.api.io that return Resource Modifier and Type Method Description ResourceDefaultResourceFactory. createResource(java.lang.String location)ResourceResourceFactory. createResource(java.lang.String location)
-