net.sf.logdistiller
Class Attributes

java.lang.Object
  extended by net.sf.logdistiller.Attributes
All Implemented Interfaces:
Serializable

public class Attributes
extends Object
implements Serializable

Since:
1.1
See Also:
Serialized Form

Nested Class Summary
static class Attributes.Extension
           
 
Field Summary
static Attributes.Extension[] NO_EXTENSIONS
           
 
Constructor Summary
Attributes(String attributes, Attributes.Extension[] extensions)
           
 
Method Summary
 String getAttributes()
           
 Attributes.Extension[] getExtensions()
           
 int getExtensionsCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_EXTENSIONS

public static final Attributes.Extension[] NO_EXTENSIONS
Constructor Detail

Attributes

public Attributes(String attributes,
                  Attributes.Extension[] extensions)
Method Detail

getExtensionsCount

public int getExtensionsCount()

getExtensions

public Attributes.Extension[] getExtensions()

getAttributes

public String getAttributes()


Copyright © 2004-2009. All Rights Reserved.