]> source.dussan.org Git - poi.git/commit
Switch HMEF attributes to a factory scheme for creation, then add subtypes for cleane...
authorNick Burch <nick@apache.org>
Wed, 2 Mar 2011 17:52:12 +0000 (17:52 +0000)
committerNick Burch <nick@apache.org>
Wed, 2 Mar 2011 17:52:12 +0000 (17:52 +0000)
commitfd77fc1d74719d438e1260695605626b7bcd2daf
tree5201e083741916d46722ee28847222afe0632285
parentff0cd1cc2ee066136d7018d3a2cad78f153f9b58
Switch HMEF attributes to a factory scheme for creation, then add subtypes for cleaner code. Also adds a few more tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1076310 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hmef/Attachment.java
src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIAttribute.java
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFAttribute.java
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFMAPIAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFStringAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/dev/HMEFDumper.java
src/scratchpad/testcases/org/apache/poi/hmef/TestAttachments.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hmef/TestHMEFMessage.java
src/scratchpad/testcases/org/apache/poi/hmef/attribute/TestMAPIAttributes.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hmef/attribute/TestTNEFAttributes.java [new file with mode: 0644]