From 3708f3b9cee18e7f0c61ef3c850f188a114a4d38 Mon Sep 17 00:00:00 2001 From: LouisTakePILLz Date: Sun, 26 Apr 2015 22:15:38 -0400 Subject: [PATCH] :art: Rename Factory namespace to Reflection --- ArgumentParser/ArgumentParser.csproj | 44 +++++++++---------- .../BindingEventArgs.cs | 0 .../{Factory => Reflection}/BindingPolicy.cs | 0 .../BindingPolicyAttribute.cs | 0 .../ICoupleableOptionAttribute.cs | 0 .../IFlagOptionAttribute.cs | 0 .../IOptionAttribute.cs | 0 .../POSIX/IPOSIXOptionAttribute.cs | 0 .../POSIXCompositeListOptionAttribute.cs | 0 .../POSIX/POSIXFlagAttribute.cs | 0 .../POSIX/POSIXListOptionAttribute.cs | 0 .../POSIX/POSIXOptionAttribute.cs | 0 .../PowerShell/IPSOptionAttribute.cs | 0 .../PSCompositeListOptionAttribute.cs | 0 .../PowerShell/PSFlagAttribute.cs | 0 .../PowerShell/PSListOptionAttribute.cs | 0 .../PowerShell/PSOptionAttribute.cs | 0 .../{Factory => Reflection}/VerbAttribute.cs | 0 .../Windows/IWindowsOptionAttribute.cs | 0 .../WindowsCompositeListOptionAttribute.cs | 0 .../Windows/WindowsFlagAttribute.cs | 0 .../Windows/WindowsListOptionAttribute.cs | 0 .../Windows/WindowsOptionAttribute.cs | 0 23 files changed, 22 insertions(+), 22 deletions(-) rename ArgumentParser/{Factory => Reflection}/BindingEventArgs.cs (100%) rename ArgumentParser/{Factory => Reflection}/BindingPolicy.cs (100%) rename ArgumentParser/{Factory => Reflection}/BindingPolicyAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/ICoupleableOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/IFlagOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/IOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/POSIX/IPOSIXOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/POSIX/POSIXCompositeListOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/POSIX/POSIXFlagAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/POSIX/POSIXListOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/POSIX/POSIXOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/PowerShell/IPSOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/PowerShell/PSCompositeListOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/PowerShell/PSFlagAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/PowerShell/PSListOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/PowerShell/PSOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/VerbAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/Windows/IWindowsOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/Windows/WindowsCompositeListOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/Windows/WindowsFlagAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/Windows/WindowsListOptionAttribute.cs (100%) rename ArgumentParser/{Factory => Reflection}/Windows/WindowsOptionAttribute.cs (100%) diff --git a/ArgumentParser/ArgumentParser.csproj b/ArgumentParser/ArgumentParser.csproj index 7c0efc3..a154061 100644 --- a/ArgumentParser/ArgumentParser.csproj +++ b/ArgumentParser/ArgumentParser.csproj @@ -51,32 +51,32 @@ - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - + + + + + + + @@ -89,7 +89,7 @@ - + @@ -110,7 +110,7 @@ - + diff --git a/ArgumentParser/Factory/BindingEventArgs.cs b/ArgumentParser/Reflection/BindingEventArgs.cs similarity index 100% rename from ArgumentParser/Factory/BindingEventArgs.cs rename to ArgumentParser/Reflection/BindingEventArgs.cs diff --git a/ArgumentParser/Factory/BindingPolicy.cs b/ArgumentParser/Reflection/BindingPolicy.cs similarity index 100% rename from ArgumentParser/Factory/BindingPolicy.cs rename to ArgumentParser/Reflection/BindingPolicy.cs diff --git a/ArgumentParser/Factory/BindingPolicyAttribute.cs b/ArgumentParser/Reflection/BindingPolicyAttribute.cs similarity index 100% rename from ArgumentParser/Factory/BindingPolicyAttribute.cs rename to ArgumentParser/Reflection/BindingPolicyAttribute.cs diff --git a/ArgumentParser/Factory/ICoupleableOptionAttribute.cs b/ArgumentParser/Reflection/ICoupleableOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/ICoupleableOptionAttribute.cs rename to ArgumentParser/Reflection/ICoupleableOptionAttribute.cs diff --git a/ArgumentParser/Factory/IFlagOptionAttribute.cs b/ArgumentParser/Reflection/IFlagOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/IFlagOptionAttribute.cs rename to ArgumentParser/Reflection/IFlagOptionAttribute.cs diff --git a/ArgumentParser/Factory/IOptionAttribute.cs b/ArgumentParser/Reflection/IOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/IOptionAttribute.cs rename to ArgumentParser/Reflection/IOptionAttribute.cs diff --git a/ArgumentParser/Factory/POSIX/IPOSIXOptionAttribute.cs b/ArgumentParser/Reflection/POSIX/IPOSIXOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/POSIX/IPOSIXOptionAttribute.cs rename to ArgumentParser/Reflection/POSIX/IPOSIXOptionAttribute.cs diff --git a/ArgumentParser/Factory/POSIX/POSIXCompositeListOptionAttribute.cs b/ArgumentParser/Reflection/POSIX/POSIXCompositeListOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/POSIX/POSIXCompositeListOptionAttribute.cs rename to ArgumentParser/Reflection/POSIX/POSIXCompositeListOptionAttribute.cs diff --git a/ArgumentParser/Factory/POSIX/POSIXFlagAttribute.cs b/ArgumentParser/Reflection/POSIX/POSIXFlagAttribute.cs similarity index 100% rename from ArgumentParser/Factory/POSIX/POSIXFlagAttribute.cs rename to ArgumentParser/Reflection/POSIX/POSIXFlagAttribute.cs diff --git a/ArgumentParser/Factory/POSIX/POSIXListOptionAttribute.cs b/ArgumentParser/Reflection/POSIX/POSIXListOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/POSIX/POSIXListOptionAttribute.cs rename to ArgumentParser/Reflection/POSIX/POSIXListOptionAttribute.cs diff --git a/ArgumentParser/Factory/POSIX/POSIXOptionAttribute.cs b/ArgumentParser/Reflection/POSIX/POSIXOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/POSIX/POSIXOptionAttribute.cs rename to ArgumentParser/Reflection/POSIX/POSIXOptionAttribute.cs diff --git a/ArgumentParser/Factory/PowerShell/IPSOptionAttribute.cs b/ArgumentParser/Reflection/PowerShell/IPSOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/PowerShell/IPSOptionAttribute.cs rename to ArgumentParser/Reflection/PowerShell/IPSOptionAttribute.cs diff --git a/ArgumentParser/Factory/PowerShell/PSCompositeListOptionAttribute.cs b/ArgumentParser/Reflection/PowerShell/PSCompositeListOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/PowerShell/PSCompositeListOptionAttribute.cs rename to ArgumentParser/Reflection/PowerShell/PSCompositeListOptionAttribute.cs diff --git a/ArgumentParser/Factory/PowerShell/PSFlagAttribute.cs b/ArgumentParser/Reflection/PowerShell/PSFlagAttribute.cs similarity index 100% rename from ArgumentParser/Factory/PowerShell/PSFlagAttribute.cs rename to ArgumentParser/Reflection/PowerShell/PSFlagAttribute.cs diff --git a/ArgumentParser/Factory/PowerShell/PSListOptionAttribute.cs b/ArgumentParser/Reflection/PowerShell/PSListOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/PowerShell/PSListOptionAttribute.cs rename to ArgumentParser/Reflection/PowerShell/PSListOptionAttribute.cs diff --git a/ArgumentParser/Factory/PowerShell/PSOptionAttribute.cs b/ArgumentParser/Reflection/PowerShell/PSOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/PowerShell/PSOptionAttribute.cs rename to ArgumentParser/Reflection/PowerShell/PSOptionAttribute.cs diff --git a/ArgumentParser/Factory/VerbAttribute.cs b/ArgumentParser/Reflection/VerbAttribute.cs similarity index 100% rename from ArgumentParser/Factory/VerbAttribute.cs rename to ArgumentParser/Reflection/VerbAttribute.cs diff --git a/ArgumentParser/Factory/Windows/IWindowsOptionAttribute.cs b/ArgumentParser/Reflection/Windows/IWindowsOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/Windows/IWindowsOptionAttribute.cs rename to ArgumentParser/Reflection/Windows/IWindowsOptionAttribute.cs diff --git a/ArgumentParser/Factory/Windows/WindowsCompositeListOptionAttribute.cs b/ArgumentParser/Reflection/Windows/WindowsCompositeListOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/Windows/WindowsCompositeListOptionAttribute.cs rename to ArgumentParser/Reflection/Windows/WindowsCompositeListOptionAttribute.cs diff --git a/ArgumentParser/Factory/Windows/WindowsFlagAttribute.cs b/ArgumentParser/Reflection/Windows/WindowsFlagAttribute.cs similarity index 100% rename from ArgumentParser/Factory/Windows/WindowsFlagAttribute.cs rename to ArgumentParser/Reflection/Windows/WindowsFlagAttribute.cs diff --git a/ArgumentParser/Factory/Windows/WindowsListOptionAttribute.cs b/ArgumentParser/Reflection/Windows/WindowsListOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/Windows/WindowsListOptionAttribute.cs rename to ArgumentParser/Reflection/Windows/WindowsListOptionAttribute.cs diff --git a/ArgumentParser/Factory/Windows/WindowsOptionAttribute.cs b/ArgumentParser/Reflection/Windows/WindowsOptionAttribute.cs similarity index 100% rename from ArgumentParser/Factory/Windows/WindowsOptionAttribute.cs rename to ArgumentParser/Reflection/Windows/WindowsOptionAttribute.cs