org.jboss.deployers.vfs.spi.deployer
Interface FileMatcher

All Known Implementing Classes:
AbstractVFSParsingDeployer, AliasesParserDeployer, BeanDeployer, DependenciesParserDeployer, JAXBDeployer, JAXPDeployer, JBossExtensionDeployer, JBossXBDeployer, ManifestDeployer, MultipleJBossXBDeployer, MultipleObjectModelFactoryDeployer, MultipleSchemaResolverDeployer, MultipleVFSParsingDeployer, ObjectModelFactoryDeployer, Properties2BeansDeployer, ScanningMetaDataDeployer, SchemaResolverDeployer, UnmarshallerFactoryDeployer, XSLDeployer

public interface FileMatcher

Matches virtual file to check if it can be deployed.

Author:
Ales Justin

Method Summary
 boolean isDeployable(org.jboss.virtual.VirtualFile file)
          Check if file param is deployable.
 

Method Detail

isDeployable

boolean isDeployable(org.jboss.virtual.VirtualFile file)
Check if file param is deployable.

Parameters:
file - the virtual file
Returns:
true if we have a match, false otherwise


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.