Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/flexstor/flexdbserver/services/asset/iptc/IIPTCParser.java


1   /*
2    * IIPTCParser.java
3    *
4    * Copyright $Date: 2003/08/11 02:22:34 $ FLEXSTOR.net Inc.
5    *
6    * This work is licensed for use and distribution under license terms found at
7    * http://www.flexstor.org/license.html
8    *
9    */
10  
11  package com.flexstor.flexdbserver.services.asset.iptc;
12  
13  /**
14  * 
15  * 
16  * 
17  * 
18  */
19  public interface IIPTCParser
20    {
21  
22    public abstract String getDatasetValue(String sDatasetID);
23    public abstract boolean parseFile();
24    
25    } // IIPTCParser