org.eclipse.jst.jsp.core.taglib
Interface IJarRecord

All Superinterfaces:
ITaglibRecord

public interface IJarRecord
extends ITaglibRecord

A record to a .jar file directly referencable as a tag library.

This interface is not intended to be implemented by clients.

Since:
1.0

Field Summary
 
Fields inherited from interface org.eclipse.jst.jsp.core.taglib.ITaglibRecord
JAR, TAGDIR, TLD, URL
 
Method Summary
 org.eclipse.core.runtime.IPath getLocation()
           
 java.lang.String getShortName()
           
 java.lang.String getURI()
          Deprecated. - use the descriptor's URI value
 
Methods inherited from interface org.eclipse.jst.jsp.core.taglib.ITaglibRecord
getDescriptor, getRecordType
 

Method Detail

getLocation

org.eclipse.core.runtime.IPath getLocation()
Returns:
Returns the location of the .jar in the file-system.

getShortName

java.lang.String getShortName()
Returns:
Returns the recommended/default prefix if one was given.

getURI

java.lang.String getURI()
Deprecated. - use the descriptor's URI value

Returns:
Returns the uri.