oracle.ideimpl.webupdate
Class LocalUpdateBundle
java.lang.Object
  
oracle.ideimpl.webupdate.LocalUpdateBundle
public final class LocalUpdateBundle
- extends java.lang.Object
 
Represents a local update bundle. This is a .zip file packaged with a 
 bundle manifest that tells JDeveloper how to install the update.
 
 Create a LocalUpdateBundle instance using the createInstance() factory
 method. This will validate whether the specified .zip file is really a
 bundle.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LocalUpdateBundle
public LocalUpdateBundle(UpdateBundle bundle)
getBundle
public UpdateBundle getBundle()
 
setBundleFile
public void setBundleFile(java.io.File file)
 
getBundleFile
public java.io.File getBundleFile()
 
getContent
public java.lang.String getContent(java.lang.String entryPath)
                            throws java.io.IOException
- Throws:
 java.io.IOException
 
createInstance
public static LocalUpdateBundle createInstance(java.io.File localFile)
                                        throws InvalidLocalBundleException
- Throws:
 InvalidLocalBundleException
 
Copyright © 1997, 2010, Oracle. All rights reserved.