| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.lib.resource |
Service for reading content from either the file system or servlet context.
|
| com.avaje.ebeaninternal.server.resource |
Resource Management
|
| Constructor and Description |
|---|
DeployOrmXml(ResourceSource resSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileResourceSource
A file system directory represented as a FileSource.
|
class |
UrlResourceSource
A file system directory represented as a FileSource.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ResourceSource |
ResourceManagerFactory.createResourceSource(ServerConfig serverConfig)
Return the resource loader for external sql files.
|
ResourceSource |
ResourceManager.getResourceSource() |
| Modifier and Type | Method and Description |
|---|---|
protected static File |
ResourceManagerFactory.getAutofetchDir(ServerConfig serverConfig,
ResourceSource resourceSource)
Return the directory that autofetch file goes into.
|
| Constructor and Description |
|---|
ResourceManager(ResourceSource resourceSource,
File autofetchDir) |
Copyright © 2014. All Rights Reserved.