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

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

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

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/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.baseBootableProjectInfosetCopyright

Popular methods of BootableProjectInfo

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

Popular in Java

  • Making http requests using okhttp
  • startActivity (Activity)
  • putExtra (Intent)
  • setContentView (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Permission (java.security)
    Legacy security code; do not use.
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Best IntelliJ plugins
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