A B C D E F G H I L M O P R S T U W

A

Activator - Class in org.ops4j.pax.url.assembly.internal
Bundle activator for "assembly:" protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.assembly.internal.Activator
 
Activator - Class in org.ops4j.pax.url.cache.internal
Bundle activator for "cache:" protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.cache.internal.Activator
 
Activator - Class in org.ops4j.pax.url.classpath.internal
Bundle activator for classpath: protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.classpath.internal.Activator
 
Activator - Class in org.ops4j.pax.url.dir.internal
 
Activator() - Constructor for class org.ops4j.pax.url.dir.internal.Activator
 
Activator - Class in org.ops4j.pax.url.link.internal
Bundle activator for "link:" protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.link.internal.Activator
 
Activator - Class in org.ops4j.pax.url.mvn.internal
Bundle activator for mvn: protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.mvn.internal.Activator
 
Activator - Class in org.ops4j.pax.url.obr.internal
Bundle activator for obr: protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.obr.internal.Activator
 
Activator - Class in org.ops4j.pax.url.war.internal
Bundle activator for war protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.war.internal.Activator
 
Activator - Class in org.ops4j.pax.url.wrap.internal
Bundle activator for wrap: protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.wrap.internal.Activator
 
addResource(Resource, Set<Resource>) - Method in interface org.ops4j.pax.url.assembly.internal.MergePolicy
Adds resource to set of resources based on type of policy.

B

build() - Method in class org.ops4j.pax.url.dir.internal.bundle.BundleBuilder
Builds an osgi bundle out of settings given while creating this instance.
BundleBuilder - Class in org.ops4j.pax.url.dir.internal.bundle
Responsible for creating the on-the fly bundle.
BundleBuilder(Properties, ResourceLocator) - Constructor for class org.ops4j.pax.url.dir.internal.bundle.BundleBuilder
Constructor.

C

Configuration - Interface in org.ops4j.pax.url.cache.internal
"cache:" protocol configuration.
Configuration - Interface in org.ops4j.pax.url.dir.internal
 
Configuration - Interface in org.ops4j.pax.url.obr.internal
Handler configuration.
Configuration - Interface in org.ops4j.pax.url.war.internal
War protocol configuration.
Configuration - Interface in org.ops4j.pax.url.wrap.internal
Handler configuration.
ConfigurationImpl - Class in org.ops4j.pax.url.cache.internal
"cache:" protocol configuration implementation.
ConfigurationImpl(PropertyResolver) - Constructor for class org.ops4j.pax.url.cache.internal.ConfigurationImpl
Creates a new service configuration.
ConfigurationImpl - Class in org.ops4j.pax.url.dir.internal
 
ConfigurationImpl(PropertyResolver) - Constructor for class org.ops4j.pax.url.dir.internal.ConfigurationImpl
 
ConfigurationImpl - Class in org.ops4j.pax.url.obr.internal
Service Configuration implementation.
ConfigurationImpl(PropertyResolver) - Constructor for class org.ops4j.pax.url.obr.internal.ConfigurationImpl
Creates a new service configuration.
ConfigurationImpl - Class in org.ops4j.pax.url.war.internal
War protocol configuration implementation.
ConfigurationImpl(PropertyResolver) - Constructor for class org.ops4j.pax.url.war.internal.ConfigurationImpl
Creates a new service configuration.
ConfigurationImpl - Class in org.ops4j.pax.url.wrap.internal
Service Configuration implementation.
ConfigurationImpl(PropertyResolver) - Constructor for class org.ops4j.pax.url.wrap.internal.ConfigurationImpl
Creates a new service configuration.
connect() - Method in class org.ops4j.pax.url.cache.internal.Connection
Does nothing.
connect() - Method in class org.ops4j.pax.url.classpath.internal.Connection
Does nothing.
connect() - Method in class org.ops4j.pax.url.dir.internal.Connection
 
connect() - Method in class org.ops4j.pax.url.mvn.internal.Connection
Does nothing.
connect() - Method in class org.ops4j.pax.url.wrap.internal.Connection
Does nothing.
Connection - Class in org.ops4j.pax.url.cache.internal
TODO Add JavaDoc.
Connection(URL, Configuration) - Constructor for class org.ops4j.pax.url.cache.internal.Connection
Creates a new connection.
Connection - Class in org.ops4j.pax.url.classpath.internal
An URLConnection that supports classpath: protocol.
Syntax:
classpath:[//bundle_symbolic_name/]path_to_resource
where:
...
Connection(URL, BundleContext) - Constructor for class org.ops4j.pax.url.classpath.internal.Connection
Creates a new connection.
Connection - Class in org.ops4j.pax.url.dir.internal
Accepts URLs like dir:/Users/tonit/devel/pax/testing/$anchor=com.foo.Boo dir:/Users/tonit/devel/pax/testing/$anchor=com.foo.Boo,Bundle-SymbolicName=HelloWorld dir:.$anchor=com.foo.Boo,Bundle-SymbolicName=HelloWorld And even * dir:mytest which uses the relative dir mytest (from current one) without an anchor.
Connection(URL, Configuration) - Constructor for class org.ops4j.pax.url.dir.internal.Connection
 
Connection - Class in org.ops4j.pax.url.mvn.internal
An URLConnextion that supports mvn: protocol.
Syntax:
mvn:[repository_url!]groupId/artifactId[/version[/type]]
where:
- repository_url = an url that points to a maven 2 repository; optional, if not sepecified the repositories are resolved based on the repository/localRepository.
- groupId = group id of maven artifact; mandatory
- artifactId = artifact id of maven artifact; mandatory
- version = version of maven artifact; optional, if not specified uses LATEST and will try to resolve the version from available maven metadata.
Connection(URL, MavenConfiguration) - Constructor for class org.ops4j.pax.url.mvn.internal.Connection
Creates a new connection.
Connection - Class in org.ops4j.pax.url.wrap.internal
Url connection for wrap protocol handler.
Connection(URL, Configuration) - Constructor for class org.ops4j.pax.url.wrap.internal.Connection
Creates a new connection.
ConnectionFactory<T> - Interface in org.ops4j.pax.url.commons.handler
URL connection factory.
createConection(BundleContext, URL, T) - Method in interface org.ops4j.pax.url.commons.handler.ConnectionFactory
Creates a handler specific conection.
createConfiguration(PropertyResolver) - Method in interface org.ops4j.pax.url.commons.handler.ConnectionFactory
Creates a handler specific configuration.
createConnection(URL) - Static method in class org.ops4j.pax.url.assembly.internal.Activator
Creates an "assembly:" url connection.
createConnection(URL, Configuration) - Static method in class org.ops4j.pax.url.cache.internal.Activator
Creates a "cache" url connection.
createConnection(URL) - Static method in class org.ops4j.pax.url.link.internal.Activator
Creates a "link" url connection.

D

DEFAULT_ROOT_DIRECTORY - Static variable in interface org.ops4j.pax.url.cache.ServiceConstants
Default root directory.
DownloadableArtifact - Class in org.ops4j.pax.url.mvn.internal
An artifact that can be downloaded.
DuplicateAwareJarOutputStream - Class in org.ops4j.pax.url.dir.internal.bundle
This is a more convenient JarOutputStream that imits any writing of duplicate entries.
DuplicateAwareJarOutputStream(OutputStream, Manifest) - Constructor for class org.ops4j.pax.url.dir.internal.bundle.DuplicateAwareJarOutputStream
 
DuplicateAwareJarOutputStream(OutputStream) - Constructor for class org.ops4j.pax.url.dir.internal.bundle.DuplicateAwareJarOutputStream
 

E

enableProxy(URL) - Method in interface org.ops4j.pax.url.maven.commons.MavenConfiguration
Enables the proxy server for a given URL.
enableProxy(URL) - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Enables the proxy server for a given URL.
equals(Object) - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
 
excludes() - Method in class org.ops4j.pax.url.assembly.internal.ImmutableSource
List of patterns for exclusion.
excludes() - Method in class org.ops4j.pax.url.assembly.internal.PathEncodedSource
List of patterns for exclusion.
excludes() - Method in interface org.ops4j.pax.url.assembly.internal.Source
List of patterns for exclusion.

F

FILE_SEPARATOR - Static variable in class org.ops4j.pax.url.mvn.internal.Parser
Final artifact path separator.
FileTail - Interface in org.ops4j.pax.url.dir.internal
 
FileTailImpl - Class in org.ops4j.pax.url.dir.internal
Finds resources of the current module under test just by given top-level parent (whatever that is) and name of the class under test using a narrowing approach.
FileTailImpl(File, String) - Constructor for class org.ops4j.pax.url.dir.internal.FileTailImpl
 
findParentOfTail(File) - Method in class org.ops4j.pax.url.dir.internal.FileTailImpl
Tries to find the parent of tail in sub folders of folder parameter.
FIRST - Static variable in interface org.ops4j.pax.url.assembly.internal.MergePolicy
First wins merge policy.

G

getArtifact() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact id.
getArtifactLocalMetdataPath() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact local metadata file.
getArtifactMetdataPath() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact metadata file.
getArtifactPath() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getArtifactPath(String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getArtifactURL() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
Getter.
getCertificateCheck() - Method in interface org.ops4j.pax.url.maven.commons.MavenConfiguration
Returns true if the certificate should be checked on SSL connection, false otherwise.
getCertificateCheck() - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
 
getCertificateCheck() - Method in interface org.ops4j.pax.url.obr.internal.Configuration
Returns true if the certificate should be checked on SSL connection, false otherwise.
getCertificateCheck() - Method in class org.ops4j.pax.url.obr.internal.ConfigurationImpl
 
getCertificateCheck() - Method in interface org.ops4j.pax.url.war.internal.Configuration
Returns true if the certificate should be checked on SSL connection, false otherwise.
getCertificateCheck() - Method in class org.ops4j.pax.url.war.internal.ConfigurationImpl
 
getCertificateCheck() - Method in interface org.ops4j.pax.url.wrap.internal.Configuration
Returns true if the certificate should be checked on SSL connection, false otherwise.
getCertificateCheck() - Method in class org.ops4j.pax.url.wrap.internal.ConfigurationImpl
 
getClassifier() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact classifier.
getDefaultRepositories() - Method in interface org.ops4j.pax.url.maven.commons.MavenConfiguration
Returns a list of default repositories to be searched before any other repositories.
getDefaultRepositories() - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Repository is a comma separated list of repositories to be used.
getDirectory() - Method in class org.ops4j.pax.url.dir.internal.Parser
 
getFile() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.
getGroup() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the group id of the artifact.
getId() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.
getInputStream() - Method in class org.ops4j.pax.url.cache.internal.Connection
Returns the input stream denoted by the url.
getInputStream() - Method in class org.ops4j.pax.url.classpath.internal.Connection
Returns the input stream denoted by the url.
getInputStream() - Method in class org.ops4j.pax.url.dir.internal.Connection
 
getInputStream() - Method in class org.ops4j.pax.url.mvn.internal.Connection
Returns the input stream denoted by the url.
If the url does not contain a repository the resource is searched in every repository if available, in the order provided by the repository setting.
getInputStream() - Method in class org.ops4j.pax.url.wrap.internal.Connection
Returns an input stream for the bundle created from the jar.
getInstructions() - Method in class org.ops4j.pax.url.war.internal.WarConnection
Creates a set of default instructions.
getInstructions() - Method in class org.ops4j.pax.url.war.internal.WarReferenceConnection
Url must be a reference to an instructions file.
getLocalRepository() - Method in interface org.ops4j.pax.url.maven.commons.MavenConfiguration
Returns the url of local repository.
getLocalRepository() - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Resolves local repository directory by using the following resolution:
1.
getLocalRepository() - Method in interface org.ops4j.pax.url.maven.commons.MavenSettings
Returns the local repository directory from settings.xml.
getLocalRepository() - Method in class org.ops4j.pax.url.maven.commons.MavenSettingsImpl
Returns the local repository directory from settings.xml.
getOptions() - Method in class org.ops4j.pax.url.dir.internal.Parser
 
getOverwriteMode() - Method in class org.ops4j.pax.url.wrap.internal.Parser
Returns the overwrite mode.
getParentOfTail() - Method in interface org.ops4j.pax.url.dir.internal.FileTail
 
getParentOfTail() - Method in class org.ops4j.pax.url.dir.internal.FileTailImpl
 
getPriority() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
Getter.
getProxySettings() - Method in interface org.ops4j.pax.url.maven.commons.MavenSettings
Returns the active proxy settings from settings.xml
getProxySettings() - Method in class org.ops4j.pax.url.maven.commons.MavenSettingsImpl
Returns the active proxy settings from settings.xml
getRepositories() - Method in interface org.ops4j.pax.url.maven.commons.MavenConfiguration
Returns a list of repositories to be searched.
getRepositories() - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Repository is a comma separated list of repositories to be used.
getRepositories() - Method in interface org.ops4j.pax.url.maven.commons.MavenSettings
Gets the list of repositories from settings.xml.
getRepositories() - Method in class org.ops4j.pax.url.maven.commons.MavenSettingsImpl
Gets the list of repositories from settings.xml including the central repository.
getRepositoryURL() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the repository URL if present, null otherwise
getResourceName() - Method in class org.ops4j.pax.url.classpath.internal.Parser
Return the parsed resource name.
getSettingsFileUrl() - Method in interface org.ops4j.pax.url.maven.commons.MavenConfiguration
Returns the URL of maven settings file.
getSettingsFileUrl() - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Returns the URL of settings file.
getSnapshotPath(String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact for a snapshot file.
getSnapshotVersion(String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the version for an artifact for a snapshot version.
getTailExpr() - Method in class org.ops4j.pax.url.dir.internal.Parser
 
getType() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact type.
getUrl() - Method in class org.ops4j.pax.url.cache.internal.Parser
Return the parsed url.
getUrl() - Method in class org.ops4j.pax.url.link.internal.Parser
Return the parsed url.
getURL() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.
getVersion() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
Getter.
getVersion() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact version.
getVersionLocalMetadataPath(String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the path to local metdata file corresponding to this artifact version.
getVersionMetadataPath(String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the path to metdata file corresponding to this artifact version.
getWorkingDirectory() - Method in interface org.ops4j.pax.url.cache.internal.Configuration
Returns the root directory to be used for storage.
getWorkingDirectory() - Method in class org.ops4j.pax.url.cache.internal.ConfigurationImpl
Returns the root directory to be used for storage.
getWrappedJarURL() - Method in class org.ops4j.pax.url.wrap.internal.Parser
Returns the wrapped URL if present, null otherwise
getWrappingProperties() - Method in class org.ops4j.pax.url.wrap.internal.Parser
Returns the wrapping instructions as Properties.

H

Handler - Class in org.ops4j.pax.url.assembly
URLStreamHandler implementation for "assembly:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.assembly.Handler
 
Handler - Class in org.ops4j.pax.url.assemblyref
URLStreamHandler implementation for "assembly:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.assemblyref.Handler
 
Handler - Class in org.ops4j.pax.url.cache
URLStreamHandler implementation for "cache:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.cache.Handler
 
Handler - Class in org.ops4j.pax.url.dir
URLStreamHandler implementation for "dir:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.dir.Handler
 
Handler - Class in org.ops4j.pax.url.link
URLStreamHandler implementation for "link:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.link.Handler
 
Handler - Class in org.ops4j.pax.url.mvn
URLStreamHandler implementation for "mvn:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.mvn.Handler
 
Handler - Class in org.ops4j.pax.url.war
URLStreamHandler implementation for "war:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.war.Handler
 
Handler - Class in org.ops4j.pax.url.warref
URLStreamHandler implementation for "warref:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.warref.Handler
 
Handler - Class in org.ops4j.pax.url.webbundle
URLStreamHandler implementation for "wabbundle:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.webbundle.Handler
 
Handler - Class in org.ops4j.pax.url.wrap
URLStreamHandler implementation for "wrap:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.wrap.Handler
 
HandlerActivator<T> - Class in org.ops4j.pax.url.commons.handler
Bundle activator for protocol handlers.
HandlerActivator(String[], String, ConnectionFactory<T>) - Constructor for class org.ops4j.pax.url.commons.handler.HandlerActivator
Creates a protocol handler.
hashCode() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
 

I

ImmutableSource - Class in org.ops4j.pax.url.assembly.internal
A source of resources.
ImmutableSource(String, Pattern[], Pattern[]) - Constructor for class org.ops4j.pax.url.assembly.internal.ImmutableSource
Constructor.
includes() - Method in class org.ops4j.pax.url.assembly.internal.ImmutableSource
List of patterns for inclusion.
includes() - Method in class org.ops4j.pax.url.assembly.internal.PathEncodedSource
List of patterns for inclusion.
includes() - Method in interface org.ops4j.pax.url.assembly.internal.Source
List of patterns for inclusion.
INSTR_BUNDLE_CLASSPATH - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
Bundle classpath.
INSTR_WAR_URL - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
URI of the war file to be processed.
isFileRepository() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.
isLocalSnapshotBuild() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
Getter.
isReleasesEnabled() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.
isSnapshotsEnabled() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.

L

LAST - Static variable in interface org.ops4j.pax.url.assembly.internal.MergePolicy
Last wins merge policy.
logger - Static variable in class org.ops4j.pax.url.dir.internal.FileTailImpl
 

M

manifest() - Method in interface org.ops4j.pax.url.assembly.internal.Parser
Returns the parsed manifest path.
MavenConfiguration - Interface in org.ops4j.pax.url.maven.commons
Handler configuration.
MavenConfigurationImpl - Class in org.ops4j.pax.url.maven.commons
Service Configuration implementation.
MavenConfigurationImpl(PropertyResolver, String) - Constructor for class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Creates a new service configuration.
MavenConstants - Interface in org.ops4j.pax.url.maven.commons
An enumeration of constants related to maven handler.
MavenRepositoryURL - Class in org.ops4j.pax.url.maven.commons
An URL of Maven repository that knows if it contains SNAPSHOT versions and/or releases.
MavenRepositoryURL(String) - Constructor for class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Creates a maven repository URL bases on a string spec.
MavenSettings - Interface in org.ops4j.pax.url.maven.commons
Abstracts access to maven settings.xml.
MavenSettingsImpl - Class in org.ops4j.pax.url.maven.commons
Default implementation of Settings.
MavenSettingsImpl(URL, boolean) - Constructor for class org.ops4j.pax.url.maven.commons.MavenSettingsImpl
Creates new settings with the following resolution:
1.
MavenSettingsImpl(URL) - Constructor for class org.ops4j.pax.url.maven.commons.MavenSettingsImpl
See MavenSettingsImpl.MavenSettingsImpl(java.net.URL, boolean).
MergePolicy - Interface in org.ops4j.pax.url.assembly.internal
Policy to use while merging assembly resources.
mergePolicy() - Method in interface org.ops4j.pax.url.assembly.internal.Parser
Returns the merging policy for resources.

O

openConnection(URL) - Method in class org.ops4j.pax.url.assembly.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.assemblyref.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.cache.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.dir.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.link.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.mvn.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.war.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.warref.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.webbundle.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.wrap.Handler
OPTION_ALLOW_SNAPSHOTS - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Option to mark repository as allowing snapshots.
OPTION_DISALLOW_RELEASES - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Option to mark repository as not allowing releases.
org.ops4j.pax.url.assembly - package org.ops4j.pax.url.assembly
 
org.ops4j.pax.url.assembly.internal - package org.ops4j.pax.url.assembly.internal
 
org.ops4j.pax.url.assemblyref - package org.ops4j.pax.url.assemblyref
 
org.ops4j.pax.url.cache - package org.ops4j.pax.url.cache
 
org.ops4j.pax.url.cache.internal - package org.ops4j.pax.url.cache.internal
 
org.ops4j.pax.url.classpath - package org.ops4j.pax.url.classpath
 
org.ops4j.pax.url.classpath.internal - package org.ops4j.pax.url.classpath.internal
 
org.ops4j.pax.url.commons.handler - package org.ops4j.pax.url.commons.handler
 
org.ops4j.pax.url.dir - package org.ops4j.pax.url.dir
 
org.ops4j.pax.url.dir.internal - package org.ops4j.pax.url.dir.internal
 
org.ops4j.pax.url.dir.internal.bundle - package org.ops4j.pax.url.dir.internal.bundle
 
org.ops4j.pax.url.link - package org.ops4j.pax.url.link
 
org.ops4j.pax.url.link.internal - package org.ops4j.pax.url.link.internal
 
org.ops4j.pax.url.maven.commons - package org.ops4j.pax.url.maven.commons
 
org.ops4j.pax.url.mvn - package org.ops4j.pax.url.mvn
 
org.ops4j.pax.url.mvn.internal - package org.ops4j.pax.url.mvn.internal
 
org.ops4j.pax.url.obr - package org.ops4j.pax.url.obr
 
org.ops4j.pax.url.obr.internal - package org.ops4j.pax.url.obr.internal
 
org.ops4j.pax.url.war - package org.ops4j.pax.url.war
 
org.ops4j.pax.url.war.internal - package org.ops4j.pax.url.war.internal
 
org.ops4j.pax.url.warref - package org.ops4j.pax.url.warref
 
org.ops4j.pax.url.webbundle - package org.ops4j.pax.url.webbundle
 
org.ops4j.pax.url.wrap - package org.ops4j.pax.url.wrap
 
org.ops4j.pax.url.wrap.internal - package org.ops4j.pax.url.wrap.internal
 

P

Parser - Interface in org.ops4j.pax.url.assembly.internal
Parser for "assembly:" protocol.
Parser - Class in org.ops4j.pax.url.cache.internal
Parser for "cache" protocol.
Parser(String) - Constructor for class org.ops4j.pax.url.cache.internal.Parser
Creates a new protocol parser.
Parser - Class in org.ops4j.pax.url.classpath.internal
Parser for classpath: protocol.
Parser(String) - Constructor for class org.ops4j.pax.url.classpath.internal.Parser
Creates a new protocol parser.
Parser - Class in org.ops4j.pax.url.dir.internal
Current format (as of paxurl 0.3.3) Expects a url like dir:/Users/foo/myroot New format suggestion: This is if you don't know the exact folders but examples of contents dir:/Users/tonit/foo;org/ops4j/pax/Paxer.class&/Users/tonit/foo;org/ops4j/pax/PaxerTest.class$props=foo&other=bar If you want to just include certain files: (give them a filename pattern) dir:tail;/Users/tonit/foo;org/ops4j/pax/Paxer.class;.*class&/Users/tonit/foo;org/ops4j/pax/PaxerTest.class$props=foo&other=bar If you know exact folders, this is the version without tail: dir:/Users/tonit/foo/classes&/Users/tonit/foo/test-classes$props=foo&other=bar This would be the full format: dir:;;$= While tail and filenamepattern are optional.
Parser(String) - Constructor for class org.ops4j.pax.url.dir.internal.Parser
 
Parser - Class in org.ops4j.pax.url.link.internal
Parser for "link" protocol.
Parser(String) - Constructor for class org.ops4j.pax.url.link.internal.Parser
Creates a new protocol parser.
Parser - Class in org.ops4j.pax.url.mvn.internal
Parser for mvn: protocol.
Parser(String) - Constructor for class org.ops4j.pax.url.mvn.internal.Parser
Creates a new protocol parser.
Parser - Class in org.ops4j.pax.url.wrap.internal
Parser for wrap: protocol.
Parser(String) - Constructor for class org.ops4j.pax.url.wrap.internal.Parser
Creates a new protocol parser.
path() - Method in class org.ops4j.pax.url.assembly.internal.ImmutableSource
Base source path for resources.
path() - Method in class org.ops4j.pax.url.assembly.internal.PathEncodedSource
Base source path for resources.
path() - Method in interface org.ops4j.pax.url.assembly.internal.Resource
Getter.
path() - Method in interface org.ops4j.pax.url.assembly.internal.Source
Base source path for resources.
PathEncodedSource - Class in org.ops4j.pax.url.assembly.internal
A source of resources.
PathEncodedSource(String) - Constructor for class org.ops4j.pax.url.assembly.internal.PathEncodedSource
Constructor.
PID - Static variable in interface org.ops4j.pax.url.assembly.ServiceConstants
Service PID used for configuration.
PID - Static variable in interface org.ops4j.pax.url.cache.ServiceConstants
Service PID used for configuration.
PID - Static variable in interface org.ops4j.pax.url.classpath.ServiceConstants
Service PID used for configuration.
PID - Static variable in class org.ops4j.pax.url.dir.ServiceConstants
Service PID used for configuration.
PID - Static variable in interface org.ops4j.pax.url.link.ServiceConstants
Service PID used for configuration.
PID - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Service PID used for configuration.
PID - Static variable in interface org.ops4j.pax.url.obr.ServiceConstants
Service PID used for configuration.
PID - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
Service PID used for configuration.
PID - Static variable in interface org.ops4j.pax.url.wrap.ServiceConstants
Service PID used for configuration.
PROPERTY_CERTIFICATE_CHECK - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Certificate check configuration property name.
PROPERTY_CERTIFICATE_CHECK - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Certificate check configuration property name.
PROPERTY_CERTIFICATE_CHECK - Static variable in interface org.ops4j.pax.url.obr.ServiceConstants
Certificate check configuration property name.
PROPERTY_CERTIFICATE_CHECK - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
Certificate check configuration property name.
PROPERTY_CERTIFICATE_CHECK - Static variable in interface org.ops4j.pax.url.wrap.ServiceConstants
Certificate check configuration property name.
PROPERTY_DEFAULT_REPOSITORIES - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
DefaultRepositories configuration property name
PROPERTY_DEFAULT_REPOSITORIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
DefaultRepositories configuration property name
PROPERTY_LOCAL_REPOSITORY - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
LocalRepository configuration property name.
PROPERTY_LOCAL_REPOSITORY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
LocalRepository configuration property name.
PROPERTY_PROXY_SUPPORT - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Proxy support configuration property name.
PROPERTY_PROXY_SUPPORT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Proxy support configuration property name.
PROPERTY_REPOSITORIES - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Repositories configuration property name.
PROPERTY_REPOSITORIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Repositories configuration property name.
PROPERTY_SETTINGS_FILE - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Maven settings file configuration property name.
PROPERTY_SETTINGS_FILE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Maven settings file configuration property name.
PROPERTY_USE_FALLBACK_REPOSITORIES - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Use fallback repositories switch configuration property name.
PROPERTY_USE_FALLBACK_REPOSITORIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Use fallback repositories switch configuration property name.
PROPERTY_WORKING_DIRECTORY - Static variable in interface org.ops4j.pax.url.cache.ServiceConstants
Working directory name configuration property name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.assembly.ServiceConstants
The protocol name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.cache.ServiceConstants
The protocol name.
PROTOCOL - Static variable in class org.ops4j.pax.url.classpath.internal.Connection
The protocol name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.classpath.ServiceConstants
The protocol name.
PROTOCOL - Static variable in class org.ops4j.pax.url.dir.ServiceConstants
The protocol name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.link.ServiceConstants
The protocol name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
The protocol name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.obr.ServiceConstants
The war protocol name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.wrap.ServiceConstants
The protocol name.
PROTOCOL_REFERENCE - Static variable in interface org.ops4j.pax.url.assembly.ServiceConstants
The ref protocol name.
PROTOCOL_WAR - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
The "war" protocol name.
PROTOCOL_WAR_INSTRUCTIONS - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
The "war-i" protocol name.
PROTOCOL_WAR_REFERENCE - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
The "warref:" protocol name.
PROTOCOL_WEB_BUNDLE - Static variable in interface org.ops4j.pax.url.war.ServiceConstants
The "webbundle:" protocol name.
putNextEntry(ZipEntry) - Method in class org.ops4j.pax.url.dir.internal.bundle.DuplicateAwareJarOutputStream
 

R

Resource - Interface in org.ops4j.pax.url.assembly.internal
Resource is an url that has a path.
ResourceLocator - Interface in org.ops4j.pax.url.dir.internal
 
ResourceWriter - Class in org.ops4j.pax.url.dir.internal.bundle
 
ResourceWriter(FilenameFilter, File) - Constructor for class org.ops4j.pax.url.dir.internal.bundle.ResourceWriter
 
ResourceWriter(File) - Constructor for class org.ops4j.pax.url.dir.internal.bundle.ResourceWriter
 

S

SEPARATOR_OPTIONS - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Options separator in repository url.
ServiceConstants - Interface in org.ops4j.pax.url.assembly
An enumeration of constants related to "assembly:" url handler.
ServiceConstants - Interface in org.ops4j.pax.url.cache
An enumeration of constants related to "cache" url handler.
ServiceConstants - Interface in org.ops4j.pax.url.classpath
An enumeration of constants related to classpath url handler.
ServiceConstants - Class in org.ops4j.pax.url.dir
 
ServiceConstants() - Constructor for class org.ops4j.pax.url.dir.ServiceConstants
 
ServiceConstants - Interface in org.ops4j.pax.url.link
An enumeration of constants related to "link" url handler.
ServiceConstants - Interface in org.ops4j.pax.url.mvn
An enumeration of constants related to maven handler.
ServiceConstants - Interface in org.ops4j.pax.url.obr
An enumeration of constants related to obr url handler.
ServiceConstants - Interface in org.ops4j.pax.url.war
An enumeration of constants related to war url handler.
ServiceConstants - Interface in org.ops4j.pax.url.wrap
An enumeration of constants related to wrap handler.
setSettings(MavenSettings) - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Sets maven settings abstraction.
Source - Interface in org.ops4j.pax.url.assembly.internal
A source of resources.
sources() - Method in interface org.ops4j.pax.url.assembly.internal.Parser
Returns the resources sources to be included into assembly.
start(BundleContext) - Method in class org.ops4j.pax.url.commons.handler.HandlerActivator
Registers Handler as a wrap: protocol stream handler service and as a configuration managed service if possible.
start(BundleContext) - Method in class org.ops4j.pax.url.dir.internal.Activator
 
start(BundleContext) - Method in class org.ops4j.pax.url.obr.internal.Activator
Delegates to HandlerActivator.
stop(BundleContext) - Method in class org.ops4j.pax.url.commons.handler.HandlerActivator
Performs cleanup:
* Unregister handler;
* Unregister managed service;
* Release bundle context.
stop(BundleContext) - Method in class org.ops4j.pax.url.dir.internal.Activator
 
stop(BundleContext) - Method in class org.ops4j.pax.url.obr.internal.Activator
Delegates to HandlerActivator.
SYNTAX - Static variable in interface org.ops4j.pax.url.assembly.internal.Parser
Syntax for the url; to be shown on exception messages.

T

toString() - Method in class org.ops4j.pax.url.assembly.internal.ImmutableSource
 
toString() - Method in class org.ops4j.pax.url.assembly.internal.PathEncodedSource
 
toString() - Method in class org.ops4j.pax.url.dir.internal.FileTailImpl
 
toString() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
 
toString() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
 

U

url() - Method in interface org.ops4j.pax.url.assembly.internal.Resource
Getter.
useFallbackRepositories() - Method in interface org.ops4j.pax.url.maven.commons.MavenConfiguration
Returns true if the fallback repositories should be used instead of default ones.
useFallbackRepositories() - Method in class org.ops4j.pax.url.maven.commons.MavenConfigurationImpl
Returns true if the fallback repositories should be used instead of default ones.

W

WarConnection - Class in org.ops4j.pax.url.war.internal
Url connection for war protocol handler.
WarConnection(URL, Configuration) - Constructor for class org.ops4j.pax.url.war.internal.WarConnection
 
WarReferenceConnection - Class in org.ops4j.pax.url.war.internal
Url connection for war-file protocol handler.
WarReferenceConnection(URL, Configuration) - Constructor for class org.ops4j.pax.url.war.internal.WarReferenceConnection
 
write(int) - Method in class org.ops4j.pax.url.dir.internal.bundle.DuplicateAwareJarOutputStream
 
write(byte[], int, int) - Method in class org.ops4j.pax.url.dir.internal.bundle.DuplicateAwareJarOutputStream
 
write(byte[]) - Method in class org.ops4j.pax.url.dir.internal.bundle.DuplicateAwareJarOutputStream
 
write(JarOutputStream) - Method in class org.ops4j.pax.url.dir.internal.bundle.ResourceWriter
This locates the top level resource folders for the current component
write(JarOutputStream) - Method in interface org.ops4j.pax.url.dir.internal.ResourceLocator
 

A B C D E F G H I L M O P R S T U W

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