|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| javax.ide | The ide package is where all JSR 198 packages are rooted. |
| javax.ide.extension | Classes and interfaces used by extensions to extend an IDE with new functionality. |
| javax.ide.util | This package contains utility classes. |
| oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
| oracle.ideimpl.webupdate | |
| Uses of Version in javax.ide |
|---|
| Methods in javax.ide that return Version | |
|---|---|
Version |
IDE.getEDKVersion()Get Extension Development Kit version number. |
| Uses of Version in javax.ide.extension |
|---|
| Methods in javax.ide.extension that return Version | |
|---|---|
Version |
Extension.getEDKVersion()Returns the version of the Extension Software Development Kit (ESDK) this extension is compatible with. |
Version |
ExtensionDependency.getMaximumVersion()Get the maximum version of the extension this dependency is for. |
Version |
ExtensionDependency.getMinimumVersion()Get the minimum version of the extension this dependency is for. |
Version |
Extension.getVersion()Returns the version of this extension. |
| Methods in javax.ide.extension with parameters of type Version | |
|---|---|
protected boolean |
ExtensionRegistry.isExtensionEnabled(java.lang.String id, Version version)Gets whether the specified extension is enabled in this IDE. |
| Constructors in javax.ide.extension with parameters of type Version | |
|---|---|
ExtensionDependency(java.lang.String id, Version min, Version max)Constructs a dependency between two versions of the specified extension id. |
|
| Uses of Version in javax.ide.util |
|---|
| Methods in javax.ide.util with parameters of type Version | |
|---|---|
int |
Version.compareTo(Version other)Compare this version object with another version object. |
| Uses of Version in oracle.ide |
|---|
| Methods in oracle.ide with parameters of type Version | |
|---|---|
java.lang.String |
ExtensionRegistry.getExtensionJAR(java.lang.String extensionId, Version version)Deprecated. since 11.0 use ExtensionRegistry.getExtensionJAR( Extension ). |
protected java.lang.String |
ExtensionRegistry.getExtensionJAR(java.lang.String extensionId, Version version, boolean userDirOk)Deprecated. since 11.0 use ExtensionRegistry.getExtensionJAR( Extension ). |
java.lang.String |
ExtensionRegistry.getInstallDirectory(java.lang.String extensionId, Version version)Deprecated. since 11.0 use ExtensionRegistry.getInstallDirectory(Extension). |
abstract java.net.URL |
ExtensionRegistry.getSystemDirectory(java.lang.String extensionId, Version version)Returns the system directory for the specified extension. |
| Uses of Version in oracle.ideimpl.webupdate |
|---|
| Methods in oracle.ideimpl.webupdate that return Version | |
|---|---|
Version |
UpdateInfo.getRequiredMaxVersion(java.lang.String id)Get the maximum required version of the specified extension that is needed to install this update. |
Version |
UpdateInfo.getRequiredMinVersion(java.lang.String id)Get the minimum required version of the specified extension that is needed to install this update. |
Version |
UpdateInfo.getVersion()Get the version of this update. |
| Methods in oracle.ideimpl.webupdate with parameters of type Version | |
|---|---|
void |
UpdateInfo.addRequiredUpdate(java.lang.String id, Version minVersion, Version maxVersion) |
void |
UpdateInfo.setVersion(Version version)Set the version of this update. |
static boolean |
CheckUpdatesRunnable.testCompatibleVersion(UpdateInfo update, java.lang.String depId, Version version) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||