@Deprecated public abstract class RepositoryNodeFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
RepositoryNodeFactory()
Deprecated.
Subclass constructor.
|
Modifier and Type | Method and Description |
---|---|
static RepositoryNodeFactory |
getDefault()
Deprecated.
Get the default factory.
|
abstract Node |
repository(DataFilter f)
Deprecated.
Create a node representing a subset of the repository of filesystems.
|
protected RepositoryNodeFactory()
public static RepositoryNodeFactory getDefault()
public abstract Node repository(DataFilter f)
DataFilter.ALL
.
Nodes might be reused between calls, so if you plan to add this node to a
parent, clone it first.f
- a filterBuilt on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.