All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.io.LogId
java.lang.Object
   |
   +----edu.utah.janos.io.LogId

  Summary

public class  LogId
     extends java.lang.Object
{
          // Fields 1
     private final String name;

          // Constructors 2
     private LogId(String);
     private LogId(String, String);

          // Methods 3
     static LogId rootIdentity();

     public String name();
     public LogId newLogId(String);
}

Identity for a Log file.


  Cross Reference

Returned By:
LogId.newLogId(), LogId.rootIdentity()





  Fields

· name

Summary  |  Top
   private final String name


  Constructors

· LogId

Summary  |  Top

   private LogId(String parent, 
                 String name) 


· LogId

Summary  |  Top
   private LogId(String root) 

Create a LogId with the specific name.



  Methods

· rootIdentity

Summary  |  Top
   static LogId rootIdentity() 


· newLogId

Summary  |  Top
   public LogId newLogId(String name) 


· name

Summary  |  Top
   public String name() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7