jcommon.core.platform.mac
Class MacPlatformProvider

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

public abstract class MacPlatformProvider
extends Object
implements IPlatformProvider


Constructor Summary
MacPlatformProvider()
           
 
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

MacPlatformProvider

public MacPlatformProvider()
Method Detail

providerMatchesPlatform

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


Copyright © 2012-2013. All Rights Reserved.