Skip navigation links
A C D E F G I J O P R S V X 

A

AbstractResource - Class in org.fabric3.contribution.scanner.spi
Base file system resource implementation.
AbstractResource() - Constructor for class org.fabric3.contribution.scanner.spi.AbstractResource
 
addResource(FileSystemResource) - Method in class org.fabric3.contribution.scanner.impl.DirectoryResource
 

C

checkpoint() - Method in class org.fabric3.contribution.scanner.spi.AbstractResource
 
checkpoint() - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResource
Sets a check-point for tracking when the resource has changed.
ContributionDirectoryScanner - Class in org.fabric3.contribution.scanner.impl
Scans deployment directories for contributions.
ContributionDirectoryScanner(ContributionService, Domain, FileSystemResourceFactoryRegistry, EventService, HostInfo, ScannerMonitor) - Constructor for class org.fabric3.contribution.scanner.impl.ContributionDirectoryScanner
 
contributionErrors(String) - Method in interface org.fabric3.contribution.scanner.impl.ScannerMonitor
Called when errors are encountered processing contributions
createResource(File) - Method in class org.fabric3.contribution.scanner.impl.ExplodedJarResourceFactory
 
createResource(File) - Method in class org.fabric3.contribution.scanner.impl.FileSystemResourceFactoryRegistryImpl
 
createResource(File) - Method in class org.fabric3.contribution.scanner.impl.JarResourceFactory
 
createResource(File) - Method in class org.fabric3.contribution.scanner.impl.SymLinkResourceFactory
 
createResource(File) - Method in class org.fabric3.contribution.scanner.impl.XmlResourceFactory
 
createResource(File) - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResourceFactory
Creates a FileSystemResource or returns null if this factory does not create resources for the given artifact type.
createResource(File) - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResourceFactoryRegistry
Creates a FileSystemResource for the given file by dispatching to a registered factory.

D

deploymentErrors(String) - Method in interface org.fabric3.contribution.scanner.impl.ScannerMonitor
Called when errors are encountered during deployments
destroy() - Method in class org.fabric3.contribution.scanner.impl.ContributionDirectoryScanner
 
DirectoryResource - Class in org.fabric3.contribution.scanner.impl
A directory resource.
DirectoryResource(File) - Constructor for class org.fabric3.contribution.scanner.impl.DirectoryResource
 

E

error(Throwable) - Method in interface org.fabric3.contribution.scanner.impl.ScannerMonitor
Called when a general error is encountered processing a contribution
ExplodedJarResourceFactory - Class in org.fabric3.contribution.scanner.impl
Creates a FileResource for exploded SCA contribution jars
ExplodedJarResourceFactory(FileSystemResourceFactoryRegistry) - Constructor for class org.fabric3.contribution.scanner.impl.ExplodedJarResourceFactory
 

F

FileResource - Class in org.fabric3.contribution.scanner.spi
A file-based resource.
FileResource(File) - Constructor for class org.fabric3.contribution.scanner.spi.FileResource
 
FileSystemResource - Interface in org.fabric3.contribution.scanner.spi
A resource on the file system such as a file or directory.
FileSystemResourceFactory - Interface in org.fabric3.contribution.scanner.spi
Creates FileSystemResources for a deployable artifact.
FileSystemResourceFactoryRegistry - Interface in org.fabric3.contribution.scanner.spi
A registry for FileSystemResourceFactory instances.
FileSystemResourceFactoryRegistryImpl - Class in org.fabric3.contribution.scanner.impl
Default implementation of the FileSystemResourceFactoryRegistry.
FileSystemResourceFactoryRegistryImpl() - Constructor for class org.fabric3.contribution.scanner.impl.FileSystemResourceFactoryRegistryImpl
 
FileSystemResourceState - Enum in org.fabric3.contribution.scanner.spi
Enumerates the states a FileSystemResource may be in.

G

getLocation() - Method in class org.fabric3.contribution.scanner.impl.DirectoryResource
 
getLocation() - Method in class org.fabric3.contribution.scanner.spi.FileResource
 
getLocation() - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResource
Returns the resource location.
getName() - Method in class org.fabric3.contribution.scanner.impl.DirectoryResource
 
getName() - Method in class org.fabric3.contribution.scanner.spi.FileResource
 
getName() - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResource
Returns the resource name.
getState() - Method in class org.fabric3.contribution.scanner.spi.AbstractResource
 
getState() - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResource
Returns the current state of the resource.
getTimestamp() - Method in class org.fabric3.contribution.scanner.impl.DirectoryResource
 
getTimestamp() - Method in class org.fabric3.contribution.scanner.spi.FileResource
 
getTimestamp() - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResource
Returns the resource timestamp.

I

ignored(String) - Method in interface org.fabric3.contribution.scanner.impl.ScannerMonitor
Called when a file type is not recognized and ignored.
init() - Method in class org.fabric3.contribution.scanner.impl.ContributionDirectoryScanner
 
isChanged() - Method in class org.fabric3.contribution.scanner.spi.AbstractResource
 
isChanged() - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResource
Returns true if the resource was modified since the last time it was check-pointed.

J

JarResourceFactory - Class in org.fabric3.contribution.scanner.impl
Creates a FileResource for contribution jars
JarResourceFactory(FileSystemResourceFactoryRegistry) - Constructor for class org.fabric3.contribution.scanner.impl.JarResourceFactory
 

O

onEvent(Fabric3Event) - Method in class org.fabric3.contribution.scanner.impl.ContributionDirectoryScanner
 
org.fabric3.contribution.scanner.impl - package org.fabric3.contribution.scanner.impl
 
org.fabric3.contribution.scanner.spi - package org.fabric3.contribution.scanner.spi
 

P

processed(String) - Method in interface org.fabric3.contribution.scanner.impl.ScannerMonitor
Called when a contribution is deployed.

R

register(FileSystemResourceFactory) - Method in class org.fabric3.contribution.scanner.impl.FileSystemResourceFactoryRegistryImpl
 
register(FileSystemResourceFactory) - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResourceFactoryRegistry
Registers the factory.
removalError(String, Throwable) - Method in interface org.fabric3.contribution.scanner.impl.ScannerMonitor
Called when an error is encountered removing a contribution
removed(String) - Method in interface org.fabric3.contribution.scanner.impl.ScannerMonitor
Called when a contribution is removed
run() - Method in class org.fabric3.contribution.scanner.impl.ContributionDirectoryScanner
 

S

ScannerMonitor - Interface in org.fabric3.contribution.scanner.impl
Monitoring interface for the DirectoryScanner
setDelay(long) - Method in class org.fabric3.contribution.scanner.impl.ContributionDirectoryScanner
 
setProduction(boolean) - Method in class org.fabric3.contribution.scanner.impl.ContributionDirectoryScanner
 
setState(FileSystemResourceState) - Method in class org.fabric3.contribution.scanner.spi.AbstractResource
 
setState(FileSystemResourceState) - Method in interface org.fabric3.contribution.scanner.spi.FileSystemResource
Sets the current state of the resource.
SymLinkResourceFactory - Class in org.fabric3.contribution.scanner.impl
Factory for symbolic link contributions (.contribution files).
SymLinkResourceFactory(FileSystemResourceFactoryRegistry) - Constructor for class org.fabric3.contribution.scanner.impl.SymLinkResourceFactory
 

V

valueOf(String) - Static method in enum org.fabric3.contribution.scanner.spi.FileSystemResourceState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fabric3.contribution.scanner.spi.FileSystemResourceState
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlResourceFactory - Class in org.fabric3.contribution.scanner.impl
Creates a FileResource for XML-based contributions
XmlResourceFactory(FileSystemResourceFactoryRegistry) - Constructor for class org.fabric3.contribution.scanner.impl.XmlResourceFactory
 
A C D E F G I J O P R S V X 
Skip navigation links