public class

TmpCopyFromStringTranslated

extends TmpCopyFromString
java.lang.Object
   ↳ com.priint.comet.renderer.io.providers.builder.DocumentAccessProviderX
     ↳ com.priint.comet.renderer.io.providers.TmpCopyAccessProvider
       ↳ com.priint.comet.renderer.io.providers.TmpCopyFromString
         ↳ com.priint.comet.renderer.io.providers.TmpCopyFromStringTranslated

Summary

Public Constructors
TmpCopyFromStringTranslated(String in, Class<? extends DocumentType> type, String translateFrom, String translateTo)
TmpCopyFromStringTranslated(Path tmpDirectory, String in, Class<? extends DocumentType> type, String translateFrom, String translateTo)
TmpCopyFromStringTranslated(String in, String translateFrom, String translateTo)
Public Methods
void build()
String getDocumentUID()

Gets the document UID

Gets the document UID as passed to the renderer.

[Expand]
Inherited Methods
From class com.priint.comet.renderer.io.providers.TmpCopyFromString
From class com.priint.comet.renderer.io.providers.TmpCopyAccessProvider
From class com.priint.comet.renderer.io.providers.builder.DocumentAccessProviderX
From class java.lang.Object
From interface com.priint.comet.renderer.io.DocumentAccessProvider

Public Constructors

public TmpCopyFromStringTranslated (String in, Class<? extends DocumentType> type, String translateFrom, String translateTo)

public TmpCopyFromStringTranslated (Path tmpDirectory, String in, Class<? extends DocumentType> type, String translateFrom, String translateTo)

public TmpCopyFromStringTranslated (String in, String translateFrom, String translateTo)

Public Methods

public void build ()

public String getDocumentUID ()

Gets the document UID

Gets the document UID as passed to the renderer.

The UID must allow the renderer to uniquely identify the document. Valid UIDs include

  • a file system path resolvable for the renderer
  • an URI denoting a file or other resource
  • any other ID, which is unique in the renderer context

Returns
  • unique ID of the document