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

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

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

origin: at.bestsolution.efxclipse.eclipse/org.eclipse.equinox.p2.metadata.repository

public void addChild(URI childURI) {
  try {
    addChild(childURI, true, null, false, null);
  } catch (ProvisionException e) {
    //already logged
  }
}
origin: org.eclipse.equinox.p2.metadata/repository

public void addChild(URI childURI) {
  try {
    addChild(childURI, true, null, false, null);
  } catch (ProvisionException e) {
    //already logged
  }
}
origin: com.github.veithen.cosmos.bootstrap/org.eclipse.equinox.p2.metadata.repository

public void addChild(URI childURI) {
  try {
    addChild(childURI, true, null, false, null);
  } catch (ProvisionException e) {
    //already logged
  }
}
origin: com.github.veithen.cosmos.bootstrap/org.eclipse.equinox.p2.publisher

if (contextMetadata != null) {
  for (int i = 0; i < contextMetadataRepositories.length; i++)
    contextMetadata.addChild(contextMetadataRepositories[i]);
  if (contextMetadata.getChildren().size() > 0)
    publisherInfo.setContextMetadataRepository(contextMetadata);
origin: org.eclipse.platform/org.eclipse.equinox.p2.publisher

if (contextMetadata != null) {
  for (int i = 0; i < contextMetadataRepositories.length; i++)
    contextMetadata.addChild(contextMetadataRepositories[i]);
  if (contextMetadata.getChildren().size() > 0)
    publisherInfo.setContextMetadataRepository(contextMetadata);
origin: at.bestsolution.efxclipse.eclipse/org.eclipse.equinox.p2.publisher

if (contextMetadata != null) {
  for (int i = 0; i < contextMetadataRepositories.length; i++)
    contextMetadata.addChild(contextMetadataRepositories[i]);
  if (contextMetadata.getChildren().size() > 0)
    publisherInfo.setContextMetadataRepository(contextMetadata);
origin: org.eclipse.equinox.p2/publisher

if (contextMetadata != null) {
  for (int i = 0; i < contextMetadataRepositories.length; i++)
    contextMetadata.addChild(contextMetadataRepositories[i]);
  if (contextMetadata.getChildren().size() > 0)
    publisherInfo.setContextMetadataRepository(contextMetadata);
origin: com.github.veithen.cosmos.bootstrap/org.eclipse.equinox.p2.metadata.repository

CompositeMetadataRepository(IMetadataRepositoryManager manager, CompositeRepositoryState state, IProgressMonitor monitor) throws ProvisionException {
  super(manager.getAgent(), state.getName(), state.getType(), state.getVersion(), state.getLocation(), state.getDescription(), state.getProvider(), state.getProperties());
  this.manager = manager;
  SubMonitor sub = SubMonitor.convert(monitor, 100 * state.getChildren().length);
  List<URI> repositoriesToBeRemovedOnFailure = new ArrayList<URI>();
  boolean failOnChildFailure = shouldFailOnChildFailure(state);
  for (URI child : state.getChildren())
    addChild(child, false, sub.newChild(100), failOnChildFailure, repositoriesToBeRemovedOnFailure);
}
origin: at.bestsolution.efxclipse.eclipse/org.eclipse.equinox.p2.metadata.repository

CompositeMetadataRepository(IMetadataRepositoryManager manager, CompositeRepositoryState state, IProgressMonitor monitor) throws ProvisionException {
  super(manager.getAgent(), state.getName(), state.getType(), state.getVersion(), state.getLocation(), state.getDescription(), state.getProvider(), state.getProperties());
  this.manager = manager;
  SubMonitor sub = SubMonitor.convert(monitor, 100 * state.getChildren().length);
  List<URI> repositoriesToBeRemovedOnFailure = new ArrayList<URI>();
  boolean failOnChildFailure = shouldFailOnChildFailure(state);
  for (URI child : state.getChildren())
    addChild(child, false, sub.newChild(100), failOnChildFailure, repositoriesToBeRemovedOnFailure);
}
origin: com.github.pms1.tppt/tppt-mirror-application

    .createMemoryComposite(ourAgent);
for (URI sr : ms.sourceRepositories)
  sourceMetadataRepo.addChild(sr);
origin: org.eclipse.equinox.p2.metadata/repository

CompositeMetadataRepository(IMetadataRepositoryManager manager, CompositeRepositoryState state, IProgressMonitor monitor) throws ProvisionException {
  super(manager.getAgent(), state.getName(), state.getType(), state.getVersion(), state.getLocation(), state.getDescription(), state.getProvider(), state.getProperties());
  this.manager = manager;
  SubMonitor sub = SubMonitor.convert(monitor, 100 * state.getChildren().length);
  List<URI> repositoriesToBeRemovedOnFailure = new ArrayList<URI>();
  boolean failOnChildFailure = shouldFailOnChildFailure(state);
  for (URI child : state.getChildren())
    addChild(child, false, sub.newChild(100), failOnChildFailure, repositoriesToBeRemovedOnFailure);
}
org.eclipse.equinox.internal.p2.metadata.repositoryCompositeMetadataRepositoryaddChild

Popular methods of CompositeMetadataRepository

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

Popular in Java

  • Start an intent from android
  • onRequestPermissionsResult (Fragment)
  • getApplicationContext (Context)
  • getResourceAsStream (ClassLoader)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • 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