Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationFactory.getConfiguration(FileResource<?> configFile)
Wraps the
FileResource as a Configuration object |
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
ConfigurationFacet.getConfigLocation()
Returns the current configuration location for this project.
|
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
Dependency.getArtifact()
Returns the file representing this artifact
|
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
DependencyBuilder.getArtifact() |
Modifier and Type | Method and Description |
---|---|
DependencyBuilder |
DependencyBuilder.setArtifact(FileResource<?> artifact) |
Modifier and Type | Interface and Description |
---|---|
interface |
GitIgnoreResource
A
FileResource type representing a .gitignore file. |
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
Configurable.getConfigFile()
Returns the
FileResource of the descriptor |
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
PersistenceOperations.setup(String unitName,
Project project,
JPADataSource dataSource,
boolean configureMetadata)
Setups JPA in the project for the given attributes.
|
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
MavenDependencyAdapter.getArtifact() |
Modifier and Type | Interface and Description |
---|---|
interface |
MavenModelResource
Represents a 'pom.xml'
FileResource . |
Modifier and Type | Interface and Description |
---|---|
interface |
JavaResource
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonResource
A
Resource that represents a JsonObject |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLResource
A
Resource that represents a XML Node . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLResource
An abstract class for
XMLResource |
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
ResourcesFacet.createResource(char[] bytes,
String relativeFilename)
Deprecated.
|
FileResource<?> |
ResourcesFacet.createTestResource(char[] bytes,
String relativeFilename)
Deprecated.
|
FileResource<?> |
WebResourcesFacet.createWebResource(char[] bytes,
String relativeFilename)
Deprecated.
|
FileResource<?> |
WebResourcesFacet.createWebResource(String render,
String relativeFilename)
Deprecated.
|
FileResource<?> |
ResourcesFacet.getResource(String relativePath)
Return the
FileResource at the given path relative to ResourcesFacet.getResourceDirectory() . |
FileResource<?> |
ResourcesFacet.getTestResource(String relativePath)
Attempt to locate a
FileResource at the given path relative to ResourcesFacet.getTestResourceDirectory() . |
FileResource<?> |
WebResourcesFacet.getWebResource(String relativePath)
Get the given
FileResource relative to the project Web Root directory: WebResourcesFacet.getWebRootDirectory() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileResource<T extends FileResource<T>>
A standard, built-in resource for representing files on the filesystem.
|
interface |
FileResource<T extends FileResource<T>>
A standard, built-in resource for representing files on the filesystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryResource
A standard, build-in, resource for representing directories on the file-system.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileResource<T extends FileResource<T>>
A standard, built-in resource for representing files on the filesystem.
|
Modifier and Type | Method and Description |
---|---|
void |
FileResource.moveTo(FileResource<?> target)
Move this
Resource to the given FileResource |
void |
AbstractFileResource.moveTo(FileResource<?> target) |
boolean |
FileResource.renameTo(FileResource<?> target)
Rename this
Resource to the given FileResource |
boolean |
AbstractFileResource.renameTo(FileResource<?> target) |
Modifier and Type | Interface and Description |
---|---|
interface |
ZipFileResource
Handles a Zip file and provide operations related to it
|
Modifier and Type | Method and Description |
---|---|
ZipFileResource |
ZipFileResource.add(FileResource<?>... resources)
Add the specified resources to this Zip file
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptFileResource
Handles a script file and provides operations related to it
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptFileResourceImpl
Default implementation of
ScriptFileResource |
Modifier and Type | Method and Description |
---|---|
FileResource<?> |
TemplateFacet.getResource(String path)
Return the
FileResource at the given path relative to
TemplateFacet.getRootTemplateDirectory() . |
Copyright © 2015 JBoss by Red Hat. All rights reserved.