public class SystemClassUser extends Object
| Constructor and Description |
|---|
SystemClassUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyProperty(String to,
String from) |
void |
doMoreComplicatedStuff() |
Process |
executeCommand() |
String |
format(String one,
String args) |
String |
generatePerishableToken() |
InetAddress |
getLocalHost() |
String |
getSystemProperty() |
int |
lengthOf(StringBuilder to) |
StringBuilder |
newStringBuilder() |
URL |
newURL(String anUrl) |
String |
performEncode() |
void |
shuffleCollection(List<?> list) |
void |
threadSleep() |
URLConnection |
useURL(URL url) |
public void threadSleep()
throws InterruptedException
InterruptedExceptionpublic String performEncode() throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic Process executeCommand() throws IOException
IOExceptionpublic String getSystemProperty() throws IOException
IOExceptionpublic void doMoreComplicatedStuff()
throws IOException
IOExceptionpublic void copyProperty(String to, String from) throws IOException
IOExceptionpublic String format(String one, String args) throws IOException
IOExceptionpublic URL newURL(String anUrl) throws MalformedURLException
MalformedURLExceptionpublic StringBuilder newStringBuilder()
public void shuffleCollection(List<?> list)
public URLConnection useURL(URL url) throws IOException
IOExceptionpublic InetAddress getLocalHost() throws IOException
IOExceptionpublic String generatePerishableToken()
public int lengthOf(StringBuilder to)
Copyright © 2025. All rights reserved.