Uses of Interface
jcommon.core.platform.IPlatformImplementation

Packages that use IPlatformImplementation
jcommon.core.platform   
jcommon.core.platform.mac   
jcommon.core.platform.unix   
jcommon.core.platform.win32   
 

Uses of IPlatformImplementation in jcommon.core.platform
 

Subinterfaces of IPlatformImplementation in jcommon.core.platform
 interface IEnv
          Provides native access to platform-specific environment information.
 interface IPath
          Provides native access to platform-specific path operations.
 interface IProcess
          Provides native access to platform-specific process operations.
 interface ITerminal
          Provides native access to platform-specific, terminal-related information.
 

Classes in jcommon.core.platform that implement IPlatformImplementation
static class IEnv.Default
           
static class IPath.Default
           
static class IProcess.Default
           
static class ITerminal.Default
           
 

Methods in jcommon.core.platform with type parameters of type IPlatformImplementation
static
<T extends IPlatformImplementation>
T
PlatformProviders.find(Class<T> interfaceClass)
           
static
<T extends IPlatformImplementation>
T
PlatformProviders.find(Class<T> interfaceClass, T defaultImplementation)
           
 

Methods in jcommon.core.platform that return IPlatformImplementation
 IPlatformImplementation IPlatformProvider.provideImplementation()
           
 

Uses of IPlatformImplementation in jcommon.core.platform.mac
 

Classes in jcommon.core.platform.mac that implement IPlatformImplementation
 class Env
           
 class Path
           
 class Process
           
 class Terminal
           
 

Methods in jcommon.core.platform.mac that return IPlatformImplementation
 IPlatformImplementation Terminal.provideImplementation()
           
 IPlatformImplementation Path.provideImplementation()
           
 IPlatformImplementation Process.provideImplementation()
           
 IPlatformImplementation Env.provideImplementation()
           
 

Uses of IPlatformImplementation in jcommon.core.platform.unix
 

Methods in jcommon.core.platform.unix that return IPlatformImplementation
 IPlatformImplementation Terminal.provideImplementation()
           
 IPlatformImplementation Path.provideImplementation()
           
 IPlatformImplementation Process.provideImplementation()
           
 IPlatformImplementation Env.provideImplementation()
           
 

Uses of IPlatformImplementation in jcommon.core.platform.win32
 

Methods in jcommon.core.platform.win32 that return IPlatformImplementation
 IPlatformImplementation Terminal.provideImplementation()
           
 IPlatformImplementation Path.provideImplementation()
           
 IPlatformImplementation Process.provideImplementation()
           
 IPlatformImplementation Env.provideImplementation()
           
 



Copyright © 2012-2013. All Rights Reserved.