com.izforge.izpack.installer.requirement
Class LangPackChecker
java.lang.Object
com.izforge.izpack.installer.requirement.LangPackChecker
- All Implemented Interfaces:
- RequirementChecker
public class LangPackChecker
- extends Object
- implements RequirementChecker
Verifies that a language pack is available.
- Author:
- Tim Anderson
|
Method Summary |
boolean |
check()
Determines if installation requirements are met. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LangPackChecker
public LangPackChecker(ResourceManager resources)
- Constructs a LangPackChecker.
- Parameters:
resources - the resources
check
public boolean check()
- Determines if installation requirements are met.
- Specified by:
check in interface RequirementChecker
- Returns:
- true if requirements are met, otherwise false
Copyright © 2018. All rights reserved.