Tabnine Logo
BootableProjectInfo.setInfo
Code IndexAdd Tabnine to your IDE (free)

How to use
setInfo
method
in
org.jfree.base.BootableProjectInfo

Best Java code snippets using org.jfree.base.BootableProjectInfo.setInfo (Showing top 6 results out of 315)

origin: jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BootableProjectInfo(final String name, final String version,
              final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: org.jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BootableProjectInfo(final String name, final String version,
              final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BootableProjectInfo(final String name, final String version,
              final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: org.jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param info  the info (for example, the project URL).
 * @param copyright  the copyright statement.
 * @param licenceName the license name.
 */
public BootableProjectInfo(final String name, final String version, final String info,
              final String copyright, final String licenceName) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licenceName);
  setInfo(info);
  setCopyright(copyright);
}
origin: jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param info  the info (for example, the project URL).
 * @param copyright  the copyright statement.
 * @param licenceName the license name.
 */
public BootableProjectInfo(final String name, final String version, final String info,
              final String copyright, final String licenceName) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licenceName);
  setInfo(info);
  setCopyright(copyright);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param info  the info (for example, the project URL).
 * @param copyright  the copyright statement.
 * @param licenceName the license name.
 */
public BootableProjectInfo(final String name, final String version, final String info,
              final String copyright, final String licenceName) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licenceName);
  setInfo(info);
  setCopyright(copyright);
}
org.jfree.baseBootableProjectInfosetInfo

Popular methods of BootableProjectInfo

  • addLibrary
  • getBootClass
    Returns the name of the boot class.
  • getDependencies
    Returns the dependencies.
  • getLibraries
  • getName
  • getOptionalLibraries
  • getVersion
  • setCopyright
  • setLicenceName
  • setName
  • setVersion
  • setVersion

Popular in Java

  • Updating database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • setRequestProperty (URLConnection)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Menu (java.awt)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now