@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 August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.