Version one java api

Version one java api

An enumeration of Java versions. Before 9: http://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html 9+: http://openjdk.java.net/jeps/223

Enum Constant Summary

Method Summary

Methods inherited from class java.lang.Enum

Methods inherited from class java.lang.Object

Enum Constant Detail

VERSION_1_1

VERSION_1_2

VERSION_1_3

VERSION_1_4

VERSION_1_5

VERSION_1_6

VERSION_1_7

VERSION_1_8

VERSION_1_9

VERSION_1_10

VERSION_11

VERSION_12

VERSION_13

VERSION_14

VERSION_15

VERSION_16

VERSION_17

VERSION_18

VERSION_19

VERSION_20

VERSION_21

@Incubating public static final JavaVersion VERSION_21

VERSION_22

@Incubating public static final JavaVersion VERSION_22

VERSION_23

@Incubating public static final JavaVersion VERSION_23

VERSION_24

@Incubating public static final JavaVersion VERSION_24

VERSION_HIGHER

Method Detail

values

Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:

for (JavaVersion c : JavaVersion.values()) System.out.println(c);

valueOf

public static JavaVersion valueOf​(java.lang.String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

toVersion

public static JavaVersion toVersion​(java.lang.Object value) throws java.lang.IllegalArgumentException

current

forClassVersion

public static JavaVersion forClassVersion​(int classVersion)

forClass

isJava5

isJava6

isJava7

isJava8

isJava9

isJava10

isJava11

isJava12

isJava5Compatible

public boolean isJava5Compatible()

isJava6Compatible

public boolean isJava6Compatible()

isJava7Compatible

public boolean isJava7Compatible()

isJava8Compatible

public boolean isJava8Compatible()

isJava9Compatible

public boolean isJava9Compatible()

isJava10Compatible

public boolean isJava10Compatible()

isJava11Compatible

public boolean isJava11Compatible()

isJava12Compatible

public boolean isJava12Compatible()

isCompatibleWith

toString

public java.lang.String toString()

getMajorVersion

public java.lang.String getMajorVersion()
  • Summary:
  • Nested |
  • Enum Constants |
  • Field |
  • Method
  • Detail:
  • Enum Constants |
  • Field |
  • Method

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

A library for Java development with the VersionOne REST API.

License

versionone/VersionOne.SDK.Java.APIClient

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Читайте также:  Precompiling standard library python

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Copyright (c) 2008-2020 VersionOne. All rights reserved.

The VersionOne Java SDK is a free and open-source library that accelerates software development of applications that integrate with VersionOne. The SDK serves as a wrapper to the VersionOne REST API, eliminating the need to code the infrastructure necessary for direct handling of HTTP requests and responses.

The Java SDK is open source and is licensed under a modified BSD license, which reflects our intent that software built with a dependency on the SDK can be for commercial and/or open source products.

Supported IDEs for Development

Adding the Java SDK to your Project

The compiled version of the Java SDK is available as a downloadable ZIP file from the VersionOne Application Catalog. When you extract the ZIP file, you will find a jar file named VersionOne.SDK.Java.APIClient-XXX.jar that you can reference in your Java project. In addition, you will also find a folder named «dependencies» that contains all of the libraries that the SDK depends on.

Alternatively, you can use Maven to import the Java SDK and it’s dependencies from Maven Central by adding the following dependency to your project’s POM file:

dependency> groupId>com.versiononegroupId> artifactId>VersionOne.SDK.Java.APIClientartifactId> version>XX.X.Xversion> dependency>

Documentation for the Java SDK comes in two forms:

  1. Conceptual with Code Examples: Describes how to create a connection to a VersionOne instance and then use the SDK to query, create, update, and perform operations against VersionOne assets.
  2. JavaDocs API Reference: Full JavaDocs for all classes and methods contained in the SDK.

While we strive to make the SDK as easy to use as possible, you may still occasionally need some help, and there are a few different ways you can get it:

  • Code Samples: A growing list of recipes for working with the VersionOne API. Check here first to see if an answer already exists.
  • StackOverflow: For asking question of the VersionOne Developer Community.
  • VersionOne Support: Our support team is well versed in the VersionOne API, including accessing it via the SDK.
  • VersionOne Technical Services: A paid support offering, this team provides API training, development pairing, and complete custom development services.

About

A library for Java development with the VersionOne REST API.

Источник

Java ® Platform, Standard Edition & Java Development Kit
Version 11 API Specification

Java SE The Java Platform, Standard Edition (Java SE) APIs define the core Java platform for general-purpose computing. These APIs are in modules whose names start with java . JDK The Java Development Kit (JDK) APIs are specific to the JDK and will not necessarily be available in all implementations of the Java SE Platform. These APIs are in modules whose names start with jdk .

Defines the AWT and Swing user interface toolkits, plus APIs for accessibility, audio, imaging, printing, and JavaBeans.

Читайте также:  Character encoding in html file

Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX), the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.

Defines the implementation of the system documentation tool and its command line equivalent, javadoc.

Defines tools for analysing dependencies in Java libraries and programs, including the jdeps, javap, and jdeprscan tools.

Defines the jlink tool for creating run-time images, the jmod tool for creating and manipulating JMOD files, and the jimage tool for inspecting the JDK implementation-specific container file for classes and resources.

This module provides support for Java Programming Language ‘snippet’ evaluating tools, such as Read-Eval-Print Loops (REPLs), including the jshell tool.

Defines tools for transforming a JAR file into a compressed pack200 file and transforming a packed file into a JAR file, including the pack200 and unpack200 tools.

Defines the rmic compiler for generating stubs and skeletons using the Java Remote Method Protocol (JRMP) for remote objects.

Provides the implementation of Nashorn script engine and the runtime environment for programs written in ECMAScript 5.1.

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Источник

Java ® Platform, Standard Edition & Java Development Kit
Version 11 API Specification

Java SE The Java Platform, Standard Edition (Java SE) APIs define the core Java platform for general-purpose computing. These APIs are in modules whose names start with java . JDK The Java Development Kit (JDK) APIs are specific to the JDK and will not necessarily be available in all implementations of the Java SE Platform. These APIs are in modules whose names start with jdk .

Defines the AWT and Swing user interface toolkits, plus APIs for accessibility, audio, imaging, printing, and JavaBeans.

Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX), the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.

Defines the implementation of the system documentation tool and its command line equivalent, javadoc.

Defines tools for analysing dependencies in Java libraries and programs, including the jdeps, javap, and jdeprscan tools.

Defines the jlink tool for creating run-time images, the jmod tool for creating and manipulating JMOD files, and the jimage tool for inspecting the JDK implementation-specific container file for classes and resources.

Читайте также:  Config inc php openserver

This module provides support for Java Programming Language ‘snippet’ evaluating tools, such as Read-Eval-Print Loops (REPLs), including the jshell tool.

Defines tools for transforming a JAR file into a compressed pack200 file and transforming a packed file into a JAR file, including the pack200 and unpack200 tools.

Defines the rmic compiler for generating stubs and skeletons using the Java Remote Method Protocol (JRMP) for remote objects.

Provides the implementation of Nashorn script engine and the runtime environment for programs written in ECMAScript 5.1.

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Источник

Java ® Platform, Standard Edition & Java Development Kit
Version 17 API Specification

Java SE The Java Platform, Standard Edition (Java SE) APIs define the core Java platform for general-purpose computing. These APIs are in modules whose names start with java . JDK The Java Development Kit (JDK) APIs are specific to the JDK and will not necessarily be available in all implementations of the Java SE Platform. These APIs are in modules whose names start with jdk .

Defines the AWT and Swing user interface toolkits, plus APIs for accessibility, audio, imaging, printing, and JavaBeans.

Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX), the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.

Defines an API for expressing computations that can be reliably compiled at runtime into SIMD instructions, such as AVX instructions on x64, and NEON instructions on AArch64.

Defines the implementation of the system documentation tool and its command-line equivalent, javadoc.

Defines tools for analysing dependencies in Java libraries and programs, including the jdeps, javap, and jdeprscan tools.

Defines the jlink tool for creating run-time images, the jmod tool for creating and manipulating JMOD files, and the jimage tool for inspecting the JDK implementation-specific container file for classes and resources.

Provides the jshell tool for evaluating snippets of Java code, and defines a JDK-specific API for modeling and executing snippets.

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Источник

Оцените статью