jcommon.core.platform
Interface IPlatformProvider

All Known Implementing Classes:
Env, Env, Env, MacPlatformProvider, Path, Path, Path, Process, Process, Process, Terminal, Terminal, Terminal, UnixPlatformProvider, Win32PlatformProvider

public interface IPlatformProvider


Method Summary
 IPlatformImplementation provideImplementation()
           
 boolean providerMatchesPlatform(OSFamily family, OS os, Arch arch)
           
 

Method Detail

providerMatchesPlatform

boolean providerMatchesPlatform(OSFamily family,
                                OS os,
                                Arch arch)

provideImplementation

IPlatformImplementation provideImplementation()


Copyright © 2012-2013. All Rights Reserved.