Tabnine Logo
CompositeMetadataRepository.getDescription
Code IndexAdd Tabnine to your IDE (free)

How to use
getDescription
method
in
org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository

Best Java code snippets using org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.getDescription (Showing top 3 results out of 315)

origin: org.eclipse.equinox.p2.metadata/repository

public CompositeRepositoryState toState() {
  CompositeRepositoryState result = new CompositeRepositoryState();
  result.setName(getName());
  result.setType(getType());
  result.setVersion(getVersion());
  result.setLocation(getLocation());
  result.setDescription(getDescription());
  result.setProvider(getProvider());
  result.setProperties(getProperties());
  // it is important to directly access the field so we have the relative URIs
  result.setChildren(childrenURIs.toArray(new URI[childrenURIs.size()]));
  return result;
}
origin: com.github.veithen.cosmos.bootstrap/org.eclipse.equinox.p2.metadata.repository

public CompositeRepositoryState toState() {
  CompositeRepositoryState result = new CompositeRepositoryState();
  result.setName(getName());
  result.setType(getType());
  result.setVersion(getVersion());
  result.setLocation(getLocation());
  result.setDescription(getDescription());
  result.setProvider(getProvider());
  result.setProperties(getProperties());
  // it is important to directly access the field so we have the relative URIs
  result.setChildren(childrenURIs.toArray(new URI[childrenURIs.size()]));
  return result;
}
origin: at.bestsolution.efxclipse.eclipse/org.eclipse.equinox.p2.metadata.repository

public CompositeRepositoryState toState() {
  CompositeRepositoryState result = new CompositeRepositoryState();
  result.setName(getName());
  result.setType(getType());
  result.setVersion(getVersion());
  result.setLocation(getLocation());
  result.setDescription(getDescription());
  result.setProvider(getProvider());
  result.setProperties(getProperties());
  // it is important to directly access the field so we have the relative URIs
  result.setChildren(childrenURIs.toArray(new URI[childrenURIs.size()]));
  return result;
}
org.eclipse.equinox.internal.p2.metadata.repositoryCompositeMetadataRepositorygetDescription

Popular methods of CompositeMetadataRepository

  • addChild
  • getChildren
  • createMemoryComposite
    Create a Composite repository in memory.
  • <init>
  • getActualLocation
  • getActualLocationURI
  • getLocation
  • getManager
  • getName
  • getProperties
  • getProperty
  • getProvider
  • getProperty,
  • getProvider,
  • getType,
  • getVersion,
  • isLocal,
  • isModifiable,
  • removeFromRepoManager,
  • save,
  • setDescription

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • setScale (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top Vim 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