public final class RemoteEnvironmentFunction extends Object implements com.google.common.base.Function<String,RemoteEnvironment>
Constructor and Description |
---|
RemoteEnvironmentFunction() |
RemoteEnvironmentFunction(String timestampFormat) |
Modifier and Type | Method and Description |
---|---|
RemoteEnvironment |
apply(String html) |
protected com.google.common.base.Optional<Long> |
getCurrentTimeMillis(String html) |
protected com.google.common.base.Optional<Memory> |
getMemory(String html) |
protected com.google.common.base.Optional<Integer> |
getProcessors(String html) |
protected Properties |
getProperties(String title,
String html) |
protected com.google.common.base.Optional<Long> |
getTime(String token) |
protected com.google.common.base.Optional<String> |
getToken(String html,
String item) |
public RemoteEnvironmentFunction()
public RemoteEnvironmentFunction(String timestampFormat)
public RemoteEnvironment apply(String html)
apply
in interface com.google.common.base.Function<String,RemoteEnvironment>
protected com.google.common.base.Optional<Integer> getProcessors(String html)
protected com.google.common.base.Optional<Long> getCurrentTimeMillis(String html)
protected Properties getProperties(String title, String html)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.