Uses of Interface
org.sca4j.host.contribution.ContributionSource

Packages that use ContributionSource
org.sca4j.host.contribution   
org.sca4j.host.runtime   
 

Uses of ContributionSource in org.sca4j.host.contribution
 

Classes in org.sca4j.host.contribution that implement ContributionSource
 class FileContributionSource
          A contribution artifact that is on a filesystem
 

Methods in org.sca4j.host.contribution with parameters of type ContributionSource
 java.net.URI ContributionService.contribute(ContributionSource source)
          Contribute an artifact to the SCA Domain.
 void ContributionService.update(ContributionSource source)
          Updates a previously contributed artifact if its timestamp and checksum have changed.
 

Method parameters in org.sca4j.host.contribution with type arguments of type ContributionSource
 java.util.List<java.net.URI> ContributionService.contribute(java.util.List<ContributionSource> sources)
          Contribute a collection of artifacts to a domain.
 

Uses of ContributionSource in org.sca4j.host.runtime
 

Methods in org.sca4j.host.runtime that return ContributionSource
 ContributionSource BootConfiguration.getIntents()
           
 

Methods in org.sca4j.host.runtime that return types with arguments of type ContributionSource
 java.util.List<ContributionSource> BootConfiguration.getExtensions()
           
 

Methods in org.sca4j.host.runtime with parameters of type ContributionSource
 void BootConfiguration.setIntents(ContributionSource intents)
           
 

Method parameters in org.sca4j.host.runtime with type arguments of type ContributionSource
 void BootConfiguration.setExtensions(java.util.List<ContributionSource> extensions)
           
 



Copyright © 2008-2010 Service Symphony. All Rights Reserved.