public class ProviderConfiguration extends Object
Used by digester in StandardFileSystemManager
Constructor and Description |
---|
ProviderConfiguration()
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the class name.
|
List<String> |
getDependencies()
Gets the dependency.
|
List<String> |
getSchemes()
Gets the schema.
|
boolean |
isDefault()
Always returns false.
|
void |
setClassName(String className)
sets the class name.
|
void |
setDependency(String dependency)
Sets the dependency.
|
void |
setScheme(String scheme)
Sets the scheme.
|
public String getClassName()
public boolean isDefault()
public void setClassName(String className)
className
- the class name.public void setDependency(String dependency)
dependency
- the dependency.public void setScheme(String scheme)
scheme
- the scheme.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.