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

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

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

Popular methods of CompositeMetadataRepository

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

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setRequestProperty (URLConnection)
  • getSharedPreferences (Context)
  • startActivity (Activity)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top plugins for WebStorm
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