[dna-issues] [JBoss JIRA] Closed: (DNA-245) Add methods to Name, Path.Segment, and Path to allow using custom delimiters
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Tue Oct 28 19:48:20 EDT 2008
[ https://jira.jboss.org/jira/browse/DNA-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Randall Hauch closed DNA-245.
-----------------------------
Resolution: Done
Added to Name, Path.Segment, and Path the "getString(NamespaceRegistry, TextEncoder, TextEncoder)" method, which uses the 2nd encoder to preprocess the various delimiters. These methods can be used, for example, to escape (or convert) the delimiters in a Path (for example, to escape the ":" as needed by a file system, or to convert "/" to a different delimiter.
> Add methods to Name, Path.Segment, and Path to allow using custom delimiters
> ----------------------------------------------------------------------------
>
> Key: DNA-245
> URL: https://jira.jboss.org/jira/browse/DNA-245
> Project: DNA
> Issue Type: Task
> Components: Graph
> Affects Versions: 0.2
> Reporter: Randall Hauch
> Assignee: Randall Hauch
> Priority: Minor
> Fix For: 0.3
>
>
> The current "getString(...)" methods provide a way to encode all of the characters in the Name, Path.Segment, and/or Path, except for the delimiters. Add another form of getString(...) that takes a second TextEncoder that would be used to encode any of the delimiters.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list