Changeset 1251
- Timestamp:
- 12/07/11 10:43:53 (18 months ago)
- Location:
- raptor-mua/trunk/src
- Files:
-
- 7 edited
-
main/java/uk/ac/cardiff/raptormua/engine/statistics/AbstractStatisticRegistry.java (modified) (1 diff)
-
main/java/uk/ac/cardiff/raptormua/engine/statistics/DefaultStatisticProcessorRegistry.java (modified) (1 diff)
-
main/java/uk/ac/cardiff/raptormua/engine/statistics/processor/AbstractStatisticPostProcessor.java (modified) (1 diff)
-
main/java/uk/ac/cardiff/raptormua/engine/statistics/processor/ProcessorTemplate.java (modified) (1 diff)
-
test/java/uk/ac/cardiff/raptormua/engine/BaseMuaTest.java (modified) (1 diff)
-
test/java/uk/ac/cardiff/raptormua/engine/statistics/StatisticProcessorFactoryTest.java (modified) (1 diff)
-
test/java/uk/ac/cardiff/raptormua/engine/statistics/processor/SamlMetadataNameFormatterTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/engine/statistics/AbstractStatisticRegistry.java
r1215 r1251 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 2 17 package uk.ac.cardiff.raptormua.engine.statistics; -
raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/engine/statistics/DefaultStatisticProcessorRegistry.java
r1215 r1251 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 2 17 package uk.ac.cardiff.raptormua.engine.statistics; -
raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/engine/statistics/processor/AbstractStatisticPostProcessor.java
r1205 r1251 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 /** 2 17 * -
raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/engine/statistics/processor/ProcessorTemplate.java
r1211 r1251 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 2 17 package uk.ac.cardiff.raptormua.engine.statistics.processor; -
raptor-mua/trunk/src/test/java/uk/ac/cardiff/raptormua/engine/BaseMuaTest.java
r1205 r1251 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 2 17 package uk.ac.cardiff.raptormua.engine; -
raptor-mua/trunk/src/test/java/uk/ac/cardiff/raptormua/engine/statistics/StatisticProcessorFactoryTest.java
r1211 r1251 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 2 17 package uk.ac.cardiff.raptormua.engine.statistics; -
raptor-mua/trunk/src/test/java/uk/ac/cardiff/raptormua/engine/statistics/processor/SamlMetadataNameFormatterTest.java
r1250 r1251 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 /** 2 17 *
Note: See TracChangeset
for help on using the changeset viewer.
