Modifier and Type | Class and Description |
---|---|
class |
ClasspathResource<T extends ClasspathEntry>
A
Resource for ClasspathResourceOrigin . |
Modifier and Type | Interface and Description |
---|---|
interface |
ClasspathFile
Represents a file from application's classpath.
|
Modifier and Type | Class and Description |
---|---|
class |
ClasspathDirectory
Represents a classpath directory.
|
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry> |
ClasspathDirectory.getEntries()
Get list of files and sub-directories residing in current
directory . |
Modifier and Type | Method and Description |
---|---|
ClasspathEntry |
ClasspathService.getEntryAt(String path)
Get
classpath entry corresponding to a given path. |
Modifier and Type | Method and Description |
---|---|
ClasspathDirectory |
ClasspathService.getParent(ClasspathEntry classpathEntry)
Get parent directory of a
classpath entry . |
Modifier and Type | Method and Description |
---|---|
abstract ClasspathEntry |
ClasspathFileConstructionStrategy.buildFile(Object... args) |
ClasspathEntry |
ClasspathServiceBase.getEntryAt(String path) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ClasspathEntry> |
ClasspathServiceBase.getClasspathEntryMappings() |
abstract Map<String,ClasspathEntry> |
ClasspathEntriesResolver.resolveClasspathEntries(ClasspathServiceConfiguration configuration)
Resolve
classpath enty mappings bound to the classpath configuration . |
Map<String,ClasspathEntry> |
ClasspathEntriesResolver.ReflectionsVfsBased.resolveClasspathEntries(ClasspathServiceConfiguration configuration) |
protected Map<String,ClasspathEntry> |
ClasspathServiceBase.resolveResources() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClasspathEntriesResolver.ReflectionsVfsBased.attachAndIndex(ClasspathEntry resource,
Map<String,ClasspathEntry> entries)
Attaches resources to the virtual file tree structure, creating virtual directories for ancestors as needed.
|
ClasspathDirectory |
ClasspathServiceBase.getParent(ClasspathEntry classpathEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClasspathServiceBase.addMappings(Map<String,ClasspathEntry> newMappings) |
protected void |
ClasspathEntriesResolver.ReflectionsVfsBased.attachAndIndex(ClasspathEntry resource,
Map<String,ClasspathEntry> entries)
Attaches resources to the virtual file tree structure, creating virtual directories for ancestors as needed.
|
Modifier and Type | Class and Description |
---|---|
class |
DevelopmentModeClasspathFile
ClasspathFile implementation oriented onto development application mode. |
Modifier and Type | Class and Description |
---|---|
class |
LegacyClasspathFile
Variation of
ProductionModeClasspathFile which maps the legacy (pre-5.4) classpath resource locations to the new logic
by means of relaying the /mgnl-resources prefixed classpath resources to paths without such prefix. |
Modifier and Type | Class and Description |
---|---|
class |
ProductionModeClasspathFile
ClasspathFile implementation oriented onto production application mode. |
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.