Java Doc for JarFileResource.java in  » Sevlet-Container » jetty-modules » org » mortbay » resource » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Sevlet Container » jetty modules » org.mortbay.resource 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.mortbay.resource.Resource
      org.mortbay.resource.URLResource
         org.mortbay.resource.JarResource
            org.mortbay.resource.JarFileResource

JarFileResource
class JarFileResource extends JarResource (Code)


Field Summary
transient  boolean_directory
    
transient  JarEntry_entry
    
transient  boolean_exists
    
transient  File_file
    
transient  JarFile_jarFile
    
transient  String_jarUrl
    
transient  String[]_list
    
transient  String_path
    

Constructor Summary
 JarFileResource(URL url)
    
 JarFileResource(URL url, boolean useCaches)
    

Method Summary
protected  booleancheckConnection()
    
public  Stringencode(String uri)
     Encode according to this resource type. File URIs are not encoded.
Parameters:
  uri - URI to encode.
public  booleanexists()
     Returns true if the respresenetd resource exists.
public static  ResourcegetNonCachingResource(Resource resource)
     Take a Resource that possibly might use URLConnection caching and turn it into one that doesn't.
public  booleanisDirectory()
     Returns true if the represented resource is a container/directory.
public  longlastModified()
    
public  longlength()
    
public synchronized  String[]list()
    
protected  voidnewConnection()
    
public synchronized  voidrelease()
    

Field Detail
_directory
transient boolean _directory(Code)



_entry
transient JarEntry _entry(Code)



_exists
transient boolean _exists(Code)



_file
transient File _file(Code)



_jarFile
transient JarFile _jarFile(Code)



_jarUrl
transient String _jarUrl(Code)



_list
transient String[] _list(Code)



_path
transient String _path(Code)




Constructor Detail
JarFileResource
JarFileResource(URL url)(Code)



JarFileResource
JarFileResource(URL url, boolean useCaches)(Code)




Method Detail
checkConnection
protected boolean checkConnection()(Code)



encode
public String encode(String uri)(Code)
Encode according to this resource type. File URIs are not encoded.
Parameters:
  uri - URI to encode. The uri unchanged.



exists
public boolean exists()(Code)
Returns true if the respresenetd resource exists.



getNonCachingResource
public static Resource getNonCachingResource(Resource resource)(Code)
Take a Resource that possibly might use URLConnection caching and turn it into one that doesn't.
Parameters:
  resource -



isDirectory
public boolean isDirectory()(Code)
Returns true if the represented resource is a container/directory. If the resource is not a file, resources ending with "/" are considered directories.



lastModified
public long lastModified()(Code)
Returns the last modified time



length
public long length()(Code)
Return the length of the resource



list
public synchronized String[] list()(Code)



newConnection
protected void newConnection() throws IOException(Code)



release
public synchronized void release()(Code)



Fields inherited from org.mortbay.resource.JarResource
protected transient JarURLConnection _jarConnection(Code)(Java Doc)

Methods inherited from org.mortbay.resource.JarResource
protected boolean checkConnection()(Code)(Java Doc)
public boolean exists()(Code)(Java Doc)
public static void extract(Resource resource, File directory, boolean deleteOnExit) throws IOException(Code)(Java Doc)
public void extract(File directory, boolean deleteOnExit) throws IOException(Code)(Java Doc)
public File getFile() throws IOException(Code)(Java Doc)
public InputStream getInputStream() throws java.io.IOException(Code)(Java Doc)
protected void newConnection() throws IOException(Code)(Java Doc)
public synchronized void release()(Code)(Java Doc)

Fields inherited from org.mortbay.resource.URLResource
protected transient URLConnection _connection(Code)(Java Doc)
protected transient InputStream _in(Code)(Java Doc)
protected URL _url(Code)(Java Doc)
protected String _urlString(Code)(Java Doc)
transient boolean _useCaches(Code)(Java Doc)

Methods inherited from org.mortbay.resource.URLResource
public Resource addPath(String path) throws IOException, MalformedURLException(Code)(Java Doc)
protected synchronized boolean checkConnection()(Code)(Java Doc)
public boolean delete() throws SecurityException(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
public boolean exists()(Code)(Java Doc)
public File getFile() throws IOException(Code)(Java Doc)
public synchronized InputStream getInputStream() throws java.io.IOException(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public OutputStream getOutputStream() throws java.io.IOException, SecurityException(Code)(Java Doc)
public URL getURL()(Code)(Java Doc)
public boolean getUseCaches()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public boolean isDirectory()(Code)(Java Doc)
public long lastModified()(Code)(Java Doc)
public long length()(Code)(Java Doc)
public String[] list()(Code)(Java Doc)
public synchronized void release()(Code)(Java Doc)
public boolean renameTo(Resource dest) throws SecurityException(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from org.mortbay.resource.Resource
public static boolean __defaultUseCaches(Code)(Java Doc)
Object _associate(Code)(Java Doc)

Methods inherited from org.mortbay.resource.Resource
abstract public Resource addPath(String path) throws IOException, MalformedURLException(Code)(Java Doc)
abstract public boolean delete() throws SecurityException(Code)(Java Doc)
public String encode(String uri)(Code)(Java Doc)
abstract public boolean exists()(Code)(Java Doc)
protected void finalize()(Code)(Java Doc)
public URL getAlias()(Code)(Java Doc)
public Object getAssociate()(Code)(Java Doc)
public static boolean getDefaultUseCaches()(Code)(Java Doc)
abstract public File getFile() throws IOException(Code)(Java Doc)
abstract public InputStream getInputStream() throws java.io.IOException(Code)(Java Doc)
public String getListHTML(String base, boolean parent) throws IOException(Code)(Java Doc)
abstract public String getName()(Code)(Java Doc)
abstract public OutputStream getOutputStream() throws java.io.IOException, SecurityException(Code)(Java Doc)
abstract public URL getURL()(Code)(Java Doc)
abstract public boolean isDirectory()(Code)(Java Doc)
abstract public long lastModified()(Code)(Java Doc)
abstract public long length()(Code)(Java Doc)
abstract public String[] list()(Code)(Java Doc)
public static Resource newClassPathResource(String resource)(Code)(Java Doc)
public static Resource newClassPathResource(String name, boolean useCaches, boolean checkParents)(Code)(Java Doc)
public static Resource newResource(URL url) throws IOException(Code)(Java Doc)
public static Resource newResource(URL url, boolean useCaches)(Code)(Java Doc)
public static Resource newResource(String resource) throws MalformedURLException, IOException(Code)(Java Doc)
public static Resource newResource(String resource, boolean useCaches) throws MalformedURLException, IOException(Code)(Java Doc)
public static Resource newSystemResource(String resource) throws IOException(Code)(Java Doc)
abstract public void release()(Code)(Java Doc)
abstract public boolean renameTo(Resource dest) throws SecurityException(Code)(Java Doc)
public void setAssociate(Object o)(Code)(Java Doc)
public static void setDefaultUseCaches(boolean useCaches)(Code)(Java Doc)
public void writeTo(OutputStream out, long start, long count) throws IOException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.