org.jboss.deployers.spi.structure
Interface ClassPathEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClassPathEntryImpl

public interface ClassPathEntry
extends Serializable

A classpath entry. TODO JBMICROCONT-182 other stuff e.g. inclusion/exclusion filters, etc.

Version:
$Revision: 1.1$
Author:
Scott.Stark@jboss.org, adrian@jboss.org

Method Summary
 String getPath()
          Get the path relative to the context virtual file
 String getSuffixes()
          Get the suffixes
 

Method Detail

getPath

String getPath()
Get the path relative to the context virtual file

Returns:
the path.

getSuffixes

String getSuffixes()
Get the suffixes

Returns:
the suffixes.


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