@NotThreadSafe public class ThreadDescriptorList extends Object implements com.helger.commons.IHasStringRepresentation, com.helger.commons.microdom.IHasMicroNodeRepresentation
ThreadDescriptor objects.| Constructor and Description |
|---|
ThreadDescriptorList() |
| Modifier and Type | Method and Description |
|---|---|
ThreadDescriptorList |
addDescriptor(ThreadDescriptor aDescriptor) |
static ThreadDescriptorList |
createWithAllThreads() |
List<ThreadDescriptor> |
getAllDescriptors() |
com.helger.commons.microdom.IMicroElement |
getAsMicroNode() |
String |
getAsString() |
String |
getError() |
ThreadDescriptorList |
setError(String sError) |
@Nonnull public ThreadDescriptorList addDescriptor(@Nonnull ThreadDescriptor aDescriptor)
@Nonnull @ReturnsMutableCopy public List<ThreadDescriptor> getAllDescriptors()
@Nonnull public ThreadDescriptorList setError(@Nullable String sError)
@Nonnull @Nonempty public String getAsString()
getAsString in interface com.helger.commons.IHasStringRepresentation@Nonnull public com.helger.commons.microdom.IMicroElement getAsMicroNode()
getAsMicroNode in interface com.helger.commons.microdom.IHasMicroNodeRepresentation@Nonnull public static ThreadDescriptorList createWithAllThreads()
Copyright © 2014–2015 Philip Helger. All rights reserved.