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

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

Best Java code snippets using org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.getProvider (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.repositoryCompositeMetadataRepositorygetProvider

Popular methods of CompositeMetadataRepository

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

Popular in Java

  • Updating database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • getApplicationContext (Context)
  • getSystemService (Context)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Collectors (java.util.stream)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • 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