/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/DbDirectoryInfo.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/DbDirectoryInfo.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2189 by iliev, Sun Sep 16 23:15:57 2007 UTC revision 2190 by iliev, Fri Jun 24 20:18:03 2011 UTC
# Line 1  Line 1 
1  /*  /*
2   *   jlscp - a java LinuxSampler control protocol API   *   jlscp - a java LinuxSampler control protocol API
3   *   *
4   *   Copyright (C) 2005-2007 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2010 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of jlscp.   *   This file is part of jlscp.
7   *   *
# Line 34  import static org.linuxsampler.lscp.Pars Line 34  import static org.linuxsampler.lscp.Pars
34   * Provides information about a database instrument directory.   * Provides information about a database instrument directory.
35   * @author Grigor Iliev   * @author Grigor Iliev
36   */   */
37  public class DbDirectoryInfo {  public class DbDirectoryInfo implements Parseable {
38          private String name = "";          private String name = "";
39          private String description = "";          private String description = "";
40          private final Date dateCreated = new EnhancedDate();          private final Date dateCreated = new EnhancedDate();
# Line 44  public class DbDirectoryInfo { Line 44  public class DbDirectoryInfo {
44                    
45          private static DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");          private static DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
46          private static DateFormat dateFormat2 = DateFormat.getInstance();          private static DateFormat dateFormat2 = DateFormat.getInstance();
47    
48            /** Creates a new instance of <code>DbDirectoryInfo</code>. */
49            public
50            DbDirectoryInfo() { }
51                    
52          /**          /**
53           * Creates a new instance of <code>DbDirectoryInfo</code>.           * Creates a new instance of <code>DbDirectoryInfo</code>.

Legend:
Removed from v.2189  
changed lines
  Added in v.2190

  ViewVC Help
Powered by ViewVC