Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<fileset name="all" enabled="true" check-config-name="Google Checks" local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>
31 changes: 31 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
23 changes: 23 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>excel-object-mapping</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding/<project>=UTF-8
316 changes: 316 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions .settings/org.eclipse.jdt.ui.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
cleanup.add_default_serial_version_id=false
cleanup.add_generated_serial_version_id=true
cleanup.add_missing_annotations=true
cleanup.add_missing_deprecated_annotations=true
cleanup.add_missing_methods=true
cleanup.add_missing_nls_tags=false
cleanup.add_missing_override_annotations=true
cleanup.add_missing_override_annotations_interface_methods=true
cleanup.add_serial_version_id=true
cleanup.always_use_blocks=true
cleanup.always_use_parentheses_in_expressions=true
cleanup.always_use_this_for_non_static_field_access=false
cleanup.always_use_this_for_non_static_method_access=false
cleanup.convert_functional_interfaces=true
cleanup.convert_to_enhanced_for_loop=true
cleanup.correct_indentation=true
cleanup.format_source_code=true
cleanup.format_source_code_changes_only=false
cleanup.insert_inferred_type_arguments=false
cleanup.make_local_variable_final=false
cleanup.make_parameters_final=false
cleanup.make_private_fields_final=false
cleanup.make_type_abstract_if_missing_method=false
cleanup.make_variable_declarations_final=true
cleanup.never_use_blocks=false
cleanup.never_use_parentheses_in_expressions=false
cleanup.organize_imports=true
cleanup.qualify_static_field_accesses_with_declaring_class=false
cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
cleanup.qualify_static_member_accesses_with_declaring_class=false
cleanup.qualify_static_method_accesses_with_declaring_class=true
cleanup.remove_private_constructors=true
cleanup.remove_redundant_type_arguments=true
cleanup.remove_trailing_whitespaces=false
cleanup.remove_trailing_whitespaces_all=true
cleanup.remove_trailing_whitespaces_ignore_empty=false
cleanup.remove_unnecessary_casts=true
cleanup.remove_unnecessary_nls_tags=true
cleanup.remove_unused_imports=true
cleanup.remove_unused_local_variables=false
cleanup.remove_unused_private_fields=true
cleanup.remove_unused_private_members=false
cleanup.remove_unused_private_methods=true
cleanup.remove_unused_private_types=true
cleanup.sort_members=false
cleanup.sort_members_all=false
cleanup.use_anonymous_class_creation=false
cleanup.use_blocks=true
cleanup.use_blocks_only_for_return_and_throw=false
cleanup.use_lambda=true
cleanup.use_parentheses_in_expressions=true
cleanup.use_this_for_non_static_field_access=true
cleanup.use_this_for_non_static_field_access_only_if_necessary=true
cleanup.use_this_for_non_static_method_access=true
cleanup.use_this_for_non_static_method_access_only_if_necessary=true
cleanup_profile=_ghacupha_code_style
cleanup_settings_version=2
eclipse.preferences.version=1
formatter_profile=_ghacupha-profile
formatter_settings_version=13
org.eclipse.jdt.ui.ignorelowercasenames=true
org.eclipse.jdt.ui.importorder=java;javax;org;com;
org.eclipse.jdt.ui.ondemandthreshold=300
org.eclipse.jdt.ui.staticondemandthreshold=300
4 changes: 4 additions & 0 deletions .settings/org.eclipse.m2e.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language: java
jdk: oraclejdk9
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/ghacupha/excel-object-mapping.svg?branch=master)](https://travis-ci.org/ghacupha/excel-object-mapping)


- Clone this project to your computer<br/>
- Build project by maven

Expand Down
41 changes: 41 additions & 0 deletions doc/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9) on Tue Oct 03 16:44:49 EAT 2017 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2017-10-03">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/blogspot/na5cent/exom/converter/BooleanTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter" target="classFrame">BooleanTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/util/CollectionUtils.html" title="class in com.blogspot.na5cent.exom.util" target="classFrame">CollectionUtils</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/DateTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter" target="classFrame">DateTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/DoubleTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter" target="classFrame">DoubleTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/util/EachFieldCallback.html" title="interface in com.blogspot.na5cent.exom.util" target="classFrame"><span class="interfaceName">EachFieldCallback</span></a></li>
<li><a href="com/blogspot/na5cent/exom/annotation/ExcelColumn.html" title="annotation in com.blogspot.na5cent.exom.annotation" target="classFrame">ExcelColumn</a></li>
<li><a href="com/blogspot/na5cent/exom/ExOM.html" title="class in com.blogspot.na5cent.exom" target="classFrame">ExOM</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/IntegerTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter" target="classFrame">IntegerTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/sampleClient/MapperClient.html" title="class in com.blogspot.na5cent.sampleClient" target="classFrame">MapperClient</a></li>
<li><a href="com/blogspot/na5cent/exom/util/ReflectionUtils.html" title="class in com.blogspot.na5cent.exom.util" target="classFrame">ReflectionUtils</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/StringTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter" target="classFrame">StringTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/TypeConverter.html" title="interface in com.blogspot.na5cent.exom.converter" target="classFrame"><span class="interfaceName">TypeConverter</span></a></li>
<li><a href="com/blogspot/na5cent/exom/converter/TypeConverters.html" title="class in com.blogspot.na5cent.exom.converter" target="classFrame">TypeConverters</a></li>
<li><a href="com/blogspot/na5cent/sampleClient/Withdrawal.html" title="class in com.blogspot.na5cent.sampleClient" target="classFrame">Withdrawal</a></li>
</ul>
</div>
</body>
</html>
41 changes: 41 additions & 0 deletions doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9) on Tue Oct 03 16:44:49 EAT 2017 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2017-10-03">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/blogspot/na5cent/exom/converter/BooleanTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter">BooleanTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/util/CollectionUtils.html" title="class in com.blogspot.na5cent.exom.util">CollectionUtils</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/DateTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter">DateTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/DoubleTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter">DoubleTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/util/EachFieldCallback.html" title="interface in com.blogspot.na5cent.exom.util"><span class="interfaceName">EachFieldCallback</span></a></li>
<li><a href="com/blogspot/na5cent/exom/annotation/ExcelColumn.html" title="annotation in com.blogspot.na5cent.exom.annotation">ExcelColumn</a></li>
<li><a href="com/blogspot/na5cent/exom/ExOM.html" title="class in com.blogspot.na5cent.exom">ExOM</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/IntegerTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter">IntegerTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/sampleClient/MapperClient.html" title="class in com.blogspot.na5cent.sampleClient">MapperClient</a></li>
<li><a href="com/blogspot/na5cent/exom/util/ReflectionUtils.html" title="class in com.blogspot.na5cent.exom.util">ReflectionUtils</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/StringTypeConverter.html" title="class in com.blogspot.na5cent.exom.converter">StringTypeConverter</a></li>
<li><a href="com/blogspot/na5cent/exom/converter/TypeConverter.html" title="interface in com.blogspot.na5cent.exom.converter"><span class="interfaceName">TypeConverter</span></a></li>
<li><a href="com/blogspot/na5cent/exom/converter/TypeConverters.html" title="class in com.blogspot.na5cent.exom.converter">TypeConverters</a></li>
<li><a href="com/blogspot/na5cent/sampleClient/Withdrawal.html" title="class in com.blogspot.na5cent.sampleClient">Withdrawal</a></li>
</ul>
</div>
</body>
</html>
Loading