Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.extract.common
Class ExtractXlfFile

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.extract.common.ExtractFile
      extended by oracle.apps.fnd.applseed.rt.extract.common.ExtractXlfFile
All Implemented Interfaces:
java.lang.Comparable<ExtractFile>

public class ExtractXlfFile
extends ExtractFile


Field Summary
 
Fields inherited from class oracle.apps.fnd.applseed.rt.extract.common.ExtractFile
branch, checkedIn, checkedOut, complete, delRowCount, diffRowCount, newRowCount, processedRowCount, resultMsg, separator, taxonomyPartitionValue, taxonomyPath, theFile, tipFileLoc, tipVersion, toBeCheckedIn
 
Constructor Summary
ExtractXlfFile(ExtractFile extractFile, java.lang.String lang)
          Constructor.
 
Method Summary
 int getFileVersion()
          Get the Xliff file version number.
 java.lang.String getLangCode()
          Get the language code of this Extract Xliff file.
 java.lang.String getLangSubDir()
          Get the subdirectory that this xliff file should reside, for now just the langugage code value.
 ExtractFile getParentExtractFile()
          Get the parent ExtractFile of this Extract Xliff file.
 
Methods inherited from class oracle.apps.fnd.applseed.rt.extract.common.ExtractFile
addXlfFile, adjustTaxonomyPath, adjustTaxonomyPath, clearRowVersionMap, compareTo, constructExtractPath, createPath, createPath, equals, getAbsoluteFile, getAbsolutePath, getBaseFileName, getBranch, getDelRowCount, getDiffRowCount, getExternalReferences, getFullBranchPath, getGuid, getHasDiff, getName, getNewRowCount, getPath, getPrevRowVersionMap, getProcessedRowCount, getRenameTaxonomyPath, getResultMsg, getRootPath, getTaxonomyPartitionValue, getTaxonomyPath, getTipFileLoc, getTipVersion, getTipVersionString, getXlfFileList, getXlfFilePathForLang, getXlfLangs, isCheckedIn, isCheckedOut, isComplete, isToBeCheckedIn, setBranch, setCheckedIn, setCheckedOut, setComplete, setCompleteState, setDelRowCount, setDiffRowCount, setExternalReferences, setGuid, setNewRowCount, setPrevRowVersionMap, setProcessedRowCount, setReadOnly, setRenameTaxonomyPath, setResultMsg, setTaxonomyPartitionValue, setTipFileLoc, setTipVersion, setToBeCheckedIn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtractXlfFile

public ExtractXlfFile(ExtractFile extractFile,
                      java.lang.String lang)
Constructor.

Parameters:
extractFile - parent ExtractFile
lang - String language code
Method Detail

getLangCode

public java.lang.String getLangCode()
Get the language code of this Extract Xliff file.

Returns:
String language code

getParentExtractFile

public ExtractFile getParentExtractFile()
Get the parent ExtractFile of this Extract Xliff file.

Returns:
ExtractFile parent

getFileVersion

public int getFileVersion()
Get the Xliff file version number. Unused for now, eventually may want to version xliff files.

Returns:
int xliff file version, always 0 for now

getLangSubDir

public java.lang.String getLangSubDir()
Get the subdirectory that this xliff file should reside, for now just the langugage code value.

Returns:
String subdir for the xlf file

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.