Skip navigation links
Arquillian Phantom Driver 1.2.1.Final
A C D E F G I M O P R S V 

A

ARCH - Static variable in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
arch() - Method in interface org.jboss.arquillian.phantom.resolver.maven.PlatformUtils.Platform
 
ARTIFACT_BINARY - Static variable in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
 

C

close(Closeable) - Static method in class org.jboss.arquillian.phantom.resolver.FileUtils
 
createDefaultService() - Static method in class org.jboss.arquillian.phantom.resolver.ResolvingPhantomJSDriverService
Creates a new service with phantomjs binary from PATH; if there is no phantomjs on PATH, binary will be resolved to temporary location
createDefaultService(Capabilities) - Static method in class org.jboss.arquillian.phantom.resolver.ResolvingPhantomJSDriverService
If ResolverConfiguration.PREFER_RESOLVED capability is set to true, the phantomjs binary will be always resolved automatically to temporary location.

D

delete() - Method in class org.jboss.arquillian.phantom.resolver.PhantomJSBinary
 
deleteOnExit() - Method in class org.jboss.arquillian.phantom.resolver.PhantomJSBinary
 

E

executablePath() - Method in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
 
extract(ZipFile, String, File) - Static method in class org.jboss.arquillian.phantom.resolver.FileUtils
 

F

FileUtils - Class in org.jboss.arquillian.phantom.resolver
 

G

get() - Static method in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
Default configuration which resolves just from System properties or default value
get(Capabilities) - Static method in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
Resolves from capabilities or system properties or default value
getArtifactCanonicalForm(String) - Method in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
Returns GAV for given artifact version
getJavaArchive(String) - Method in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
Obtains JavaArchive with phantomjs binary
getLocation() - Method in class org.jboss.arquillian.phantom.resolver.PhantomJSBinary
 

I

is32() - Static method in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
is64() - Static method in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
isMac() - Static method in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
isSolaris() - Static method in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
isUnix() - Static method in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
isWindows() - Static method in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 

M

MavenPhantomJSBinaryResolver - Class in org.jboss.arquillian.phantom.resolver.maven
 
MavenPhantomJSBinaryResolver() - Constructor for class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
 

O

org.jboss.arquillian.phantom.resolver - package org.jboss.arquillian.phantom.resolver
 
org.jboss.arquillian.phantom.resolver.maven - package org.jboss.arquillian.phantom.resolver.maven
 
OS - Static variable in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
os() - Method in interface org.jboss.arquillian.phantom.resolver.maven.PlatformUtils.Platform
 

P

PHANTOMJS - Static variable in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
 
PHANTOMJS_BINARY_RESOLVER - Static variable in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
A capability name which denotes which Binary resolver will be used to obtain a PhantomJSBinary
PHANTOMJS_BINARY_VERSION - Static variable in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
Defines the version of PhantomJS executable binary to resolve
PHANTOMJS_EXECUTABLE_PATH - Static variable in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
Defines the location of the PhantomJS executable where should be binary found or where should be binary automatically resolved
PHANTOMJS_RESOURCE - Static variable in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
 
PhantomJSBinary - Class in org.jboss.arquillian.phantom.resolver
 
PhantomJSBinary(String) - Constructor for class org.jboss.arquillian.phantom.resolver.PhantomJSBinary
 
PhantomJSBinary(File) - Constructor for class org.jboss.arquillian.phantom.resolver.PhantomJSBinary
 
PhantomJSBinaryResolver - Interface in org.jboss.arquillian.phantom.resolver
 
platform() - Static method in class org.jboss.arquillian.phantom.resolver.maven.PlatformUtils
 
PlatformUtils - Class in org.jboss.arquillian.phantom.resolver.maven
 
PlatformUtils.Architecture - Enum in org.jboss.arquillian.phantom.resolver.maven
 
PlatformUtils.OperatingSystem - Enum in org.jboss.arquillian.phantom.resolver.maven
 
PlatformUtils.Platform - Interface in org.jboss.arquillian.phantom.resolver.maven
 
PREFER_RESOLVED - Static variable in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
Set capability to true when binary should be resolved from a binary resolver; set to false when a binary from PATH should be prefered
preferResolved() - Method in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
 

R

reformatCLIArgumentsInCapToArray(DesiredCapabilities) - Static method in class org.jboss.arquillian.phantom.resolver.ResolvingPhantomJSDriverService
Reformats PhantomJSDriverService.PHANTOMJS_CLI_ARGS and PhantomJSDriverService.PHANTOMJS_GHOSTDRIVER_CLI_ARGS from String to String[]
resolve(File) - Method in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
 
resolve(File, String) - Method in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
 
resolve(File) - Method in interface org.jboss.arquillian.phantom.resolver.PhantomJSBinaryResolver
Resolves a phantomjs binary file to the given destination.
resolve(File, String) - Method in interface org.jboss.arquillian.phantom.resolver.PhantomJSBinaryResolver
Resolves a phantomjs binary file with the given version to the given destination.
resolveFreshExtracted(File, String) - Method in class org.jboss.arquillian.phantom.resolver.maven.MavenPhantomJSBinaryResolver
Resolves fresh phantomjs binary from Maven
resolver() - Method in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
 
ResolverConfiguration - Class in org.jboss.arquillian.phantom.resolver
 
ResolvingPhantomJSDriverService - Class in org.jboss.arquillian.phantom.resolver
 

S

setExecutable(File) - Static method in class org.jboss.arquillian.phantom.resolver.FileUtils
 

V

valueOf(String) - Static method in enum org.jboss.arquillian.phantom.resolver.maven.PlatformUtils.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.phantom.resolver.maven.PlatformUtils.OperatingSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.arquillian.phantom.resolver.maven.PlatformUtils.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.phantom.resolver.maven.PlatformUtils.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class org.jboss.arquillian.phantom.resolver.ResolverConfiguration
 
A C D E F G I M O P R S V 
Skip navigation links
Arquillian Phantom Driver 1.2.1.Final

Copyright © 2016 JBoss by Red Hat. All rights reserved.