OPS4J Pax Swissbox :: TinyBundles 1.3.1
A B C D E G I M N O P R S T U V W

A

add(Class) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
add(String, URL) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
add(String, InputStream) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
add(String, URL) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
Add a resource to the current bundle (to be built).
add(String, InputStream) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
Add a resource to the current bundle (to be built).
add(Class) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
Add a class to the current bundle.

B

BndBuilder - Class in org.ops4j.pax.swissbox.tinybundles.core.metadata
 
BndBuilder() - Constructor for class org.ops4j.pax.swissbox.tinybundles.core.metadata.BndBuilder
 
Bucket - Class in org.ops4j.pax.swissbox.tinybundles.dp.intern
Lightweight container that basically just "records" user's calls (addBundle, removeBundle ..
Bucket() - Constructor for class org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
 
build(Map<String, URL>, Map<String, String>) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.BuildableBundle
 
build(BuildableBundle) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
build() - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
build(Map<String, URL>, Map<String, String>) - Method in class org.ops4j.pax.swissbox.tinybundles.core.metadata.BndBuilder
 
build(Map<String, URL>, Map<String, String>) - Method in class org.ops4j.pax.swissbox.tinybundles.core.metadata.RawBuilder
 
build(BuildableBundle) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
When you are done adding stuff to *this* you can call this method to go to next step.
build() - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
When you are done adding stuff to *this* you can call this method to go to next step.
build(Map<String, String>, Store<InputStream>, Bucket) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.DPBuilder
Build a DeploymentPackage from manually set headers, stored content (cache) and the bucket.
build() - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
build() - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
 
BuildableBundle - Interface in org.ops4j.pax.swissbox.tinybundles.core
From TinyBundles you get an instance of this.
BUNDLE_LOCATION_PREFIX - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 

C

Constants - Interface in org.ops4j.pax.swissbox.tinybundles.dp
Copy of org.apache.felix.deploymentadmin.Constants of org.apache.felix.deploymentadmin.

D

DEPLOYMENTPACKAGE_CUSTOMIZER - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
DEPLOYMENTPACKAGE_FIXPACK - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
DEPLOYMENTPACKAGE_MISSING - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
DEPLOYMENTPACKAGE_SYMBOLICMAME - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
DEPLOYMENTPACKAGE_VERSION - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
DP - Class in org.ops4j.pax.swissbox.tinybundles.dp
Factory to use a TinyDP instance to construct Deployment Packages.
DP() - Constructor for class org.ops4j.pax.swissbox.tinybundles.dp.DP
 
DPBuilder - Class in org.ops4j.pax.swissbox.tinybundles.dp.intern
 
DPBuilder() - Constructor for class org.ops4j.pax.swissbox.tinybundles.dp.intern.DPBuilder
 
DPContentType - Enum in org.ops4j.pax.swissbox.tinybundles.dp.intern
Types we differentiate in processing internally.

E

EVENTPROPERTY_DEPLOYMENTPACKAGE_NAME - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
EVENTPROPERTY_SUCCESSFUL - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
EVENTTOPIC_COMPLETE - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
EVENTTOPIC_INSTALL - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 
EVENTTOPIC_UNINSTALL - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 

G

getEntries() - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
 
getHandle(String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
 
getHigh() - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Get the upper boundary of the version range, the boundary being inclusive or not is not taken in to account.
getLow() - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Get the lower boundary of the version range, the boundary being inclusive or not is not taken into account.
getPaxSwissboxTinybundlesVersion() - Static method in class org.ops4j.pax.swissbox.tinybundles.core.intern.Info
 
getUID() - Static method in class org.ops4j.pax.swissbox.tinybundles.core.metadata.UIDProvider
 

I

infiniteRange - Static variable in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
 
Info - Class in org.ops4j.pax.swissbox.tinybundles.core.intern
 
Info() - Constructor for class org.ops4j.pax.swissbox.tinybundles.core.intern.Info
 
isHighInclusive() - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Determines whether the upper boundary is inclusive or not.
isInRange(Version) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Determine if the specified version is part of the version range or not.
isLowInclusive() - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Determines whether the lower boundary is inclusive or not.
isMissing(String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
 
isPaxSwissboxTinybundlesSnapshotVersion() - Static method in class org.ops4j.pax.swissbox.tinybundles.core.intern.Info
 
isType(String, DPContentType) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
 

M

make(Map<String, URL>, Map<String, String>) - Method in class org.ops4j.pax.swissbox.tinybundles.core.metadata.RawBuilder
 
make(InputStream) - Method in class org.ops4j.pax.swissbox.tinybundles.core.metadata.RawBuilder
 
modifyBundle(InputStream) - Static method in class org.ops4j.pax.swissbox.tinybundles.core.TinyBundles
 

N

newBundle() - Static method in class org.ops4j.pax.swissbox.tinybundles.core.TinyBundles
Start with a fresh bundle with this factory method.
newDeploymentPackage() - Static method in class org.ops4j.pax.swissbox.tinybundles.dp.DP
Create a new deploymentpackage from scratch.
newFixPackage(InputStream) - Static method in class org.ops4j.pax.swissbox.tinybundles.dp.DP
Change an existing DeploymentPackage.

O

org.ops4j.pax.swissbox.tinybundles.core - package org.ops4j.pax.swissbox.tinybundles.core
 
org.ops4j.pax.swissbox.tinybundles.core.intern - package org.ops4j.pax.swissbox.tinybundles.core.intern
 
org.ops4j.pax.swissbox.tinybundles.core.metadata - package org.ops4j.pax.swissbox.tinybundles.core.metadata
 
org.ops4j.pax.swissbox.tinybundles.dp - package org.ops4j.pax.swissbox.tinybundles.dp
 
org.ops4j.pax.swissbox.tinybundles.dp.intern - package org.ops4j.pax.swissbox.tinybundles.dp.intern
 

P

parse(String) - Static method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Parses a version range from the specified string.

R

RawBuilder - Class in org.ops4j.pax.swissbox.tinybundles.core.metadata
 
RawBuilder() - Constructor for class org.ops4j.pax.swissbox.tinybundles.core.metadata.RawBuilder
 
remove(Class) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
remove(Class) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
remove a class to the current bundle.
remove(String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
 
remove(String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
remove(String) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
 
removeHeader(String) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
removeHeader(String) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
 
removeResource(String) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
removeResource(String) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
 
RESOURCE_PROCESSOR - Static variable in interface org.ops4j.pax.swissbox.tinybundles.dp.Constants
 

S

set(String, String) - Method in class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
set(String, String) - Method in interface org.ops4j.pax.swissbox.tinybundles.core.TinyBundle
 
set(String, String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
set(String, String) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
Meta Data that will appear in the Main Section of this DP Meta Inf Manifest
setBundle(String, TinyBundle) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
setBundle(String, String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
setBundle(String, InputStream) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
setBundle(String, TinyBundle) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
convinient adapter for setBundle(String,InputStream)
setBundle(String, String) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
convenient adapter for setBundle(String,InputStream)
setBundle(String, InputStream) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
the very basic way to add a bundle.
setResource(String, InputStream) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
setResource(String, String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
setResource(String, InputStream) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
 
setResource(String, String) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
 
setSymbolicName(String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
setSymbolicName(String) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
Shortcut for set( Constants.DEPLOYMENTPACKAGE_SYMBOLICMAME, value )
setVersion(String) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
setVersion(String) - Method in interface org.ops4j.pax.swissbox.tinybundles.dp.TinyDP
Shortcut for set( Constants.DEPLOYMENTPACKAGE_VERSION, value )
store(String, Handle, DPContentType, boolean) - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
 

T

TinyBundle - Interface in org.ops4j.pax.swissbox.tinybundles.core
Main type when making bundles with the TinyBundles library.
TinyBundleImpl - Class in org.ops4j.pax.swissbox.tinybundles.core.intern
Our default implementation of TinyBundle.
TinyBundleImpl(Store<InputStream>) - Constructor for class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
TinyBundleImpl(InputStream, Store<InputStream>) - Constructor for class org.ops4j.pax.swissbox.tinybundles.core.intern.TinyBundleImpl
 
TinyBundles - Class in org.ops4j.pax.swissbox.tinybundles.core
This is the humane api factory class that is meant to be imported statically with TinyBundles.* Its also the default interaction place with the user.
TinyBundles() - Constructor for class org.ops4j.pax.swissbox.tinybundles.core.TinyBundles
 
TinyDP - Interface in org.ops4j.pax.swissbox.tinybundles.dp
Humane API for constructing Deployment Packages.
TinyDPImpl - Class in org.ops4j.pax.swissbox.tinybundles.dp.intern
Implementation that also allows Fix-Packs (See Constructors)
TinyDPImpl(DPBuilder, InputStream, Bucket, Store<InputStream>) - Constructor for class org.ops4j.pax.swissbox.tinybundles.dp.intern.TinyDPImpl
 
toString() - Method in class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
 

U

UIDProvider - Class in org.ops4j.pax.swissbox.tinybundles.core.metadata
 
UIDProvider() - Constructor for class org.ops4j.pax.swissbox.tinybundles.core.metadata.UIDProvider
 

V

valueOf(String) - Static method in enum org.ops4j.pax.swissbox.tinybundles.dp.intern.DPContentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ops4j.pax.swissbox.tinybundles.dp.intern.DPContentType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionRange - Class in org.ops4j.pax.swissbox.tinybundles.dp.intern
This class represents a version range as defined in section 3.2.5 of the OSGi r4 specification.
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Create an instance of the VersionRange class.
VersionRange(Version) - Constructor for class org.ops4j.pax.swissbox.tinybundles.dp.intern.VersionRange
Creates an instance of the VersionRange class which resembles [version,*)

W

with() - Static method in class org.ops4j.pax.swissbox.tinybundles.core.TinyBundles
 
withBnd() - Static method in class org.ops4j.pax.swissbox.tinybundles.core.TinyBundles
 

A B C D E G I M N O P R S T U V W
OPS4J Pax Swissbox :: TinyBundles 1.3.1

Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.