| Package | Description |
|---|---|
| org.craftercms.core.store.impl | |
| org.craftercms.core.store.impl.filesystem |
| Modifier and Type | Method and Description |
|---|---|
protected abstract File |
AbstractFileBasedContentStoreAdapter.findFile(Context context,
String path)
Returns the
File at the given path, returning null if not found. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<File> |
AbstractFileBasedContentStoreAdapter.getChildren(Context context,
File dir)
Returns the list of children of the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<File> |
AbstractFileBasedContentStoreAdapter.getChildren(Context context,
File dir)
Returns the list of children of the given directory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemFile
Adapter to a filesystem
File, used by ContentStoreAdapters; |
| Modifier and Type | Method and Description |
|---|---|
protected File |
FileSystemContentStoreAdapter.findFile(Context context,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected List<File> |
FileSystemContentStoreAdapter.getChildren(Context context,
File dir) |
| Modifier and Type | Method and Description |
|---|---|
protected List<File> |
FileSystemContentStoreAdapter.getChildren(Context context,
File dir) |
Copyright © 2018 CrafterCMS. All rights reserved.