jcommon.core.platform.win32
Class Win32PlatformProvider

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

public abstract class Win32PlatformProvider
extends Object
implements IPlatformProvider


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

Win32PlatformProvider

public Win32PlatformProvider()
Method Detail

providerMatchesPlatform

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


Copyright © 2012-2013. All Rights Reserved.