이 규칙은 더 이상 사용되지 않는
com.ibm.websphere.product.WASProduct
클래스. 이 클래스는 버전 7.0에서 더 이상 사용되지 않습니다.
대신 다음의 지원되는 메소드를 사용하십시오.
com.ibm.websphere.product.WASDirectory
:
-
public WASProductInfo getWASProductInfo(String id)
-
public boolean isThisProductInstalled(String id)
-
public WASProductInfo[] getWASProductInfoInstances()
-
public String getWasLocation()
또한 이전 WASProduct API에서 제품 정보(이름, 버전, 빌드 레벨, 빌드 날짜)를 가져오지 말고, WASDirectory 클래스의 다음 메소드를 사용하여 해당 정보를 가져와야 합니다.
-
com.ibm.websphere.product.WASDirectory.getName(String)
-
com.ibm.websphere.product.WASDirectory.getVersion(String)
-
com.ibm.websphere.product.WASDirectory.getBuildLevel(String)
-
com.ibm.websphere.product.WASDirectory.getBuildDate(String)
자세한 정보는 다음을 참조하십시오.