jcommon.core.platform.unix
Class UnixPlatformProvider

java.lang.Object
  extended by jcommon.core.platform.unix.UnixPlatformProvider
All Implemented Interfaces:
IPlatformProvider
Direct Known Subclasses:
Env, Path, Process, Terminal

public abstract class UnixPlatformProvider
extends Object
implements IPlatformProvider


Constructor Summary
UnixPlatformProvider()
           
 
Method Summary
 boolean providerMatchesPlatform(OSFamily family, OS os, Arch arch)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jcommon.core.platform.IPlatformProvider
provideImplementation
 

Constructor Detail

UnixPlatformProvider

public UnixPlatformProvider()
Method Detail

providerMatchesPlatform

public boolean providerMatchesPlatform(OSFamily family,
                                       OS os,
                                       Arch arch)
Specified by:
providerMatchesPlatform in interface IPlatformProvider


Copyright © 2012-2013. All Rights Reserved.