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

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

Best Java code snippets using org.jfree.base.BootableProjectInfo.setName (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.baseBootableProjectInfosetName

Popular methods of BootableProjectInfo

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

Popular in Java

  • Updating database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • compareTo (BigDecimal)
  • getExternalFilesDir (Context)
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top Sublime Text 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