public interface Directory
Modifier and Type | Method and Description |
---|---|
void |
clear()
Removes all contained objects from the directory and releases its resources.
|
Directory |
create() |
DataAccess |
find(String name)
Tries to find the object with that name if not existent it creates one and associates the
location with it.
|
DataAccess |
find(String name,
DAType type) |
Collection<DataAccess> |
getAll()
Returns all created directories.
|
ByteOrder |
getByteOrder() |
DAType |
getDefaultType() |
String |
getLocation() |
void |
remove(DataAccess da)
Removes the specified object from the directory.
|
String getLocation()
ByteOrder getByteOrder()
DataAccess find(String name)
DataAccess find(String name, DAType type)
void remove(DataAccess da)
DAType getDefaultType()
void clear()
Collection<DataAccess> getAll()
Directory create()
Copyright © 2012–2019. All rights reserved.